Html Css Color HEX #AF8C05 Dark Goldenrod

📋 copy color: '#AF8C05'

red 175 ◦ green 140 ◦ blue 5

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

Shades of Dark Goldenrod #AF8C05

Tints of Dark Goldenrod #AF8C05

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.75%

 BLUE value IS 5 (2.34% from 255) = 1.56%

R = 54.69%
G = 43.75%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF8C05 (or 0xAF8C05) is known color: Dark Goldenrod. HEX triplet: AF, 8C and 05. RGB value is (175,140,5). Sum of RGB (Red+Green+Blue) = 175+140+5=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8C05 is #5073FA. Grayscale: #878787. Windows color (decimal): -5272571 or 363695. OLE color: 363695.

HSL color Cylindrical-coordinate representation of color #AF8C05: hue angle of 47.65º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF8C05 is Cyan = 0, Magento = 0.2, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 140 5 -
CMYK 0 0.2 0.97 0.31
HSL 47.65º 0.94% 0.35% -
HSV(B) 47.65º 0.97% 0.69% -
XYZ 27.08 27.88 4.1 -
YUV 135.08 54.6 156.48 -
System Red Green Blue C M Y K H S L
Decimal 175 140 5 0 0.2 0.97 0.31 47.65 0.94 0.35
Hex AF 8C 5 0 14 61 1F 30 5E 23
Octal 257 214 5 0 24 141 37 60 136 43
Binary 10101111 10001100 101 0 10100 1100001 11111 110000 1011110 100011

Color Harmonies of #AF8C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8C05

Black with #AF8C05

Text Example


Text Example

White with #AF8C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8C05; }

 p { color: rgb(175,140,5); }

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

background-color css

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

 a { background-color: rgb(175,140,5); }

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

border-color css

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

 span { border-color: rgb(175,140,5); }

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