#af4e36

Color #AF4E36 Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #AF4E36

Tints of Orange Roughy #AF4E36

Color information

#AF4E36 (or 0xAF4E36) is unknown color: approx Orange Roughy. HEX triplet: AF, 4E and 36. RGB value is (175,78,54). Sum of RGB (Red+Green+Blue) = 175+78+54=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E36 is #50B1C9. Grayscale: #686868. Windows color (decimal): -5288394 or 3559087. OLE color: 3559087.

HSL color Cylindrical-coordinate representation of color #AF4E36: hue angle of 11.9º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF4E36 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB1757854-
CMYK00.550.690.31
HSL11.9º52.84%44.9%-
HSV(B)11.9º69.14%68.63%-
XYZ21.0714.835.24-
YUV104.2799.64178.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 57.00%
GREEN value IS 78 (30.86% from 255) = 25.41%
BLUE value IS 54 (21.48% from 255) = 17.59%
R=57.00%
G=25.41%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175785400.550.690.3111.952.8444.9
HexAF4E36037451Fc352d
Octal2571166606710537146555
Binary10101111100111011011001101111000101111111100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af4e36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af4e36; }

 p { color: rgb(175,78,54); }

 H1.HeaderClassName
 {
   color: #af4e36;
 }
 .AnyTagClassName
 {
   color: #af4e36;
 }
</style>
background-color css

<style>
 a { background-color: #af4e36; }

 a { background-color: rgb(175,78,54); }

 div.DivClassName
 {
   background-color: #af4e36;
 }
 .BgClassName
 {
   background-color: #af4e36;
 }
</style>
border-color css

<style>
 span { border-color: #af4e36; }

 span { border-color: rgb(175,78,54); }

 td.TdClassName
 {
   border-color: #af4e36;
 }
 .TagClassName
 {
   border-color: #af4e36;
 }
</style>