Html Css Color HEX #AF9404 Dark Goldenrod

📋 copy color: '#AF9404'

red 175 ◦ green 148 ◦ blue 4

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

Shades of Dark Goldenrod #AF9404

Tints of Dark Goldenrod #AF9404

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.26%

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

R = 53.52%
G = 45.26%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF9404 (or 0xAF9404) is known color: Dark Goldenrod. HEX triplet: AF, 94 and 04. RGB value is (175,148,4). Sum of RGB (Red+Green+Blue) = 175+148+4=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9404 is #506BFB. Grayscale: #8C8C8C. Windows color (decimal): -5270524 or 300207. OLE color: 300207.

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

Color convert

RGB 175 148 4 -
CMYK 0 0.15 0.98 0.31
HSL 50.53º 0.96% 0.35% -
HSV(B) 50.53º 0.98% 0.69% -
XYZ 28.29 30.3 4.47 -
YUV 139.66 51.45 153.21 -
System Red Green Blue C M Y K H S L
Decimal 175 148 4 0 0.15 0.98 0.31 50.53 0.96 0.35
Hex AF 94 4 0 F 62 1F 33 60 23
Octal 257 224 4 0 17 142 37 63 140 43
Binary 10101111 10010100 100 0 1111 1100010 11111 110011 1100000 100011

Color Harmonies of #AF9404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9404

Black with #AF9404

Text Example


Text Example

White with #AF9404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9404; }

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

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

background-color css

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

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

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

border-color css

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

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

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