Html Css Color HEX #AF7404 Dark Goldenrod

📋 copy color: '#AF7404'

red 175 ◦ green 116 ◦ blue 4

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

Shades of Dark Goldenrod #AF7404

Tints of Dark Goldenrod #AF7404

RGB

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

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

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

R = 59.32%
G = 39.32%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF7404 (or 0xAF7404) is known color: Dark Goldenrod. HEX triplet: AF, 74 and 04. RGB value is (175,116,4). Sum of RGB (Red+Green+Blue) = 175+116+4=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7404 is #508BFB. Grayscale: #797979. Windows color (decimal): -5278716 or 292015. OLE color: 292015.

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

Color convert

RGB 175 116 4 -
CMYK 0 0.34 0.98 0.31
HSL 39.3º 0.96% 0.35% -
HSV(B) 39.3º 0.98% 0.69% -
XYZ 23.95 21.61 3.02 -
YUV 120.87 62.05 166.61 -
System Red Green Blue C M Y K H S L
Decimal 175 116 4 0 0.34 0.98 0.31 39.3 0.96 0.35
Hex AF 74 4 0 22 62 1F 27 60 23
Octal 257 164 4 0 42 142 37 47 140 43
Binary 10101111 1110100 100 0 100010 1100010 11111 100111 1100000 100011

Color Harmonies of #AF7404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7404

Black with #AF7404

Text Example


Text Example

White with #AF7404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7404; }

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

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

background-color css

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

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

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

border-color css

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

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

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