#AF6618

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

Shades of Golden Brown #AF6618

Tints of Golden Brown #AF6618

Color information

#AF6618 (or 0xAF6618) is unknown color: approx Golden Brown. HEX triplet: AF, 66 and 18. RGB value is (175,102,24). Sum of RGB (Red+Green+Blue) = 175+102+24=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6618 is #5099E7. Grayscale: #737373. Windows color (decimal): -5282280 or 1599151. OLE color: 1599151.

HSL color Cylindrical-coordinate representation of color #AF6618: hue angle of 30.99º 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 #AF6618 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB17510224-
CMYK00.420.860.31
HSL30.99º75.88%39.02%-
HSV(B)30.99º86.29%68.63%-
XYZ22.618.683.28-
YUV114.9376.68170.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.14%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 24 (9.77% from 255) = 7.97%
R=58.14%
G=33.89%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751022400.420.860.3130.9975.8839.02
HexAF661802A561F1f4c27
Octal25714630052126373711447
Binary101011111100110110000101010101011011111111111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6618; }

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

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

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

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

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

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

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

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