Html Css Color HEX #AF6408 Golden Brown

📋 copy color: '#AF6408'

red 175 ◦ green 100 ◦ blue 8

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

Shades of Golden Brown #AF6408

Tints of Golden Brown #AF6408

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.34%

 BLUE value IS 8 (3.52% from 255) = 2.83%

R = 61.84%
G = 35.34%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF6408 (or 0xAF6408) is known color: Golden Brown. HEX triplet: AF, 64 and 08. RGB value is (175,100,8). Sum of RGB (Red+Green+Blue) = 175+100+8=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6408 is #509BF7. Grayscale: #707070. Windows color (decimal): -5282808 or 550063. OLE color: 550063.

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

Color convert

RGB 175 100 8 -
CMYK 0 0.43 0.95 0.31
HSL 33.05º 0.91% 0.36% -
HSV(B) 33.05º 0.95% 0.69% -
XYZ 22.28 18.25 2.58 -
YUV 111.94 69.35 172.98 -
System Red Green Blue C M Y K H S L
Decimal 175 100 8 0 0.43 0.95 0.31 33.05 0.91 0.36
Hex AF 64 8 0 2B 5F 1F 21 5B 24
Octal 257 144 10 0 53 137 37 41 133 44
Binary 10101111 1100100 1000 0 101011 1011111 11111 100001 1011011 100100

Color Harmonies of #AF6408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6408

Black with #AF6408

Text Example


Text Example

White with #AF6408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6408; }

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

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

background-color css

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

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

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

border-color css

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

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

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