Html Css Color HEX #AF7408 Dark Goldenrod

📋 copy color: '#AF7408'

red 175 ◦ green 116 ◦ blue 8

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

Shades of Dark Goldenrod #AF7408

Tints of Dark Goldenrod #AF7408

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.8%

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

R = 58.53%
G = 38.8%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF7408 (or 0xAF7408) is known color: Dark Goldenrod. HEX triplet: AF, 74 and 08. RGB value is (175,116,8). Sum of RGB (Red+Green+Blue) = 175+116+8=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7408 is #508BF7. Grayscale: #797979. Windows color (decimal): -5278712 or 554159. OLE color: 554159.

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

Color convert

RGB 175 116 8 -
CMYK 0 0.34 0.95 0.31
HSL 38.8º 0.91% 0.36% -
HSV(B) 38.8º 0.95% 0.69% -
XYZ 23.97 21.62 3.14 -
YUV 121.33 64.05 166.28 -
System Red Green Blue C M Y K H S L
Decimal 175 116 8 0 0.34 0.95 0.31 38.8 0.91 0.36
Hex AF 74 8 0 22 5F 1F 27 5B 24
Octal 257 164 10 0 42 137 37 47 133 44
Binary 10101111 1110100 1000 0 100010 1011111 11111 100111 1011011 100100

Color Harmonies of #AF7408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7408

Black with #AF7408

Text Example


Text Example

White with #AF7408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7408; }

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

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

background-color css

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

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

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

border-color css

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

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

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