Html Css Color HEX #AF8504 Dark Goldenrod

📋 copy color: '#AF8504'

red 175 ◦ green 133 ◦ blue 4

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

Shades of Dark Goldenrod #AF8504

Tints of Dark Goldenrod #AF8504

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.63%

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

R = 56.09%
G = 42.63%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF8504 (or 0xAF8504) is known color: Dark Goldenrod. HEX triplet: AF, 85 and 04. RGB value is (175,133,4). Sum of RGB (Red+Green+Blue) = 175+133+4=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8504 is #507AFB. Grayscale: #838383. Windows color (decimal): -5274364 or 296367. OLE color: 296367.

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

Color convert

RGB 175 133 4 -
CMYK 0 0.24 0.98 0.31
HSL 45.26º 0.96% 0.35% -
HSV(B) 45.26º 0.98% 0.69% -
XYZ 26.09 25.9 3.74 -
YUV 130.85 56.41 159.49 -
System Red Green Blue C M Y K H S L
Decimal 175 133 4 0 0.24 0.98 0.31 45.26 0.96 0.35
Hex AF 85 4 0 18 62 1F 2D 60 23
Octal 257 205 4 0 30 142 37 55 140 43
Binary 10101111 10000101 100 0 11000 1100010 11111 101101 1100000 100011

Color Harmonies of #AF8504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8504

Black with #AF8504

Text Example


Text Example

White with #AF8504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8504; }

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

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

background-color css

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

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

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

border-color css

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

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

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