Html Css Color HEX #AF6604 Golden Brown

📋 copy color: '#AF6604'

red 175 ◦ green 102 ◦ blue 4

#AF6604
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #AF6604

Tints of Golden Brown #AF6604

RGB

 RED value IS 175 (68.75% from 255) = 62.28%

 GREEN value IS 102 (40.23% from 255) = 36.3%

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 62.28%
G = 36.3%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF6604 (or 0xAF6604) is known color: Golden Brown. HEX triplet: AF, 66 and 04. RGB value is (175,102,4). Sum of RGB (Red+Green+Blue) = 175+102+4=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6604 is #5099FB. Grayscale: #717171. Windows color (decimal): -5282300 or 288431. OLE color: 288431.

HSL color Cylindrical-coordinate representation of color #AF6604: hue angle of 34.39º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF6604 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 102 4 -
CMYK 0 0.42 0.98 0.31
HSL 34.39º 0.96% 0.35% -
HSV(B) 34.39º 0.98% 0.69% -
XYZ 22.45 18.63 2.53 -
YUV 112.66 66.68 172.47 -
System Red Green Blue C M Y K H S L
Decimal 175 102 4 0 0.42 0.98 0.31 34.39 0.96 0.35
Hex AF 66 4 0 2A 62 1F 22 60 23
Octal 257 146 4 0 52 142 37 42 140 43
Binary 10101111 1100110 100 0 101010 1100010 11111 100010 1100000 100011

Color Harmonies of #AF6604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6604

Black with #AF6604

Text Example


Text Example

White with #AF6604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6604; }

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

 H1.HeaderClassName
 {
   color: #AF6604;
 }
 .AnyTagClassName
 {
   color: #AF6604;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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