#AF6418

Color #AF6418 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AF6418

Tints of Golden Brown #AF6418

Color information

#AF6418 (or 0xAF6418) is unknown color: approx Golden Brown. HEX triplet: AF, 64 and 18. RGB value is (175,100,24). Sum of RGB (Red+Green+Blue) = 175+100+24=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6418 is #509BE7. Grayscale: #727272. Windows color (decimal): -5282792 or 1598639. OLE color: 1598639.

HSL color Cylindrical-coordinate representation of color #AF6418: hue angle of 30.2º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF6418 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB17510024-
CMYK00.430.860.31
HSL30.2º75.88%39.02%-
HSV(B)30.2º86.29%68.63%-
XYZ22.418.293.21-
YUV113.7677.35171.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.53%
GREEN value IS 100 (39.45% from 255) = 33.44%
BLUE value IS 24 (9.77% from 255) = 8.03%
R=58.53%
G=33.44%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751002400.430.860.3130.275.8839.02
HexAF641802B561F1e4c27
Octal25714430053126373611447
Binary101011111100100110000101011101011011111111101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6418; }

 p { color: rgb(175,100,24); }

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

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

 a { background-color: rgb(175,100,24); }

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

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

 span { border-color: rgb(175,100,24); }

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