Html Css Color HEX #AF7304 Dark Goldenrod

📋 copy color: '#AF7304'

red 175 ◦ green 115 ◦ blue 4

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

Shades of Dark Goldenrod #AF7304

Tints of Dark Goldenrod #AF7304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.12%

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

R = 59.52%
G = 39.12%
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

#AF7304 (or 0xAF7304) is known color: Dark Goldenrod. HEX triplet: AF, 73 and 04. RGB value is (175,115,4). Sum of RGB (Red+Green+Blue) = 175+115+4=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7304 is #508CFB. Grayscale: #787878. Windows color (decimal): -5278972 or 291759. OLE color: 291759.

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

Color convert

RGB 175 115 4 -
CMYK 0 0.34 0.98 0.31
HSL 38.95º 0.96% 0.35% -
HSV(B) 38.95º 0.98% 0.69% -
XYZ 23.83 21.38 2.99 -
YUV 120.29 62.38 167.03 -
System Red Green Blue C M Y K H S L
Decimal 175 115 4 0 0.34 0.98 0.31 38.95 0.96 0.35
Hex AF 73 4 0 22 62 1F 27 60 23
Octal 257 163 4 0 42 142 37 47 140 43
Binary 10101111 1110011 100 0 100010 1100010 11111 100111 1100000 100011

Color Harmonies of #AF7304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7304

Black with #AF7304

Text Example


Text Example

White with #AF7304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7304; }

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

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

background-color css

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

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

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

border-color css

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

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

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