Html Css Color HEX #A08C05 Dark Goldenrod

📋 copy color: '#A08C05'

red 160 ◦ green 140 ◦ blue 5

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

Shades of Dark Goldenrod #A08C05

Tints of Dark Goldenrod #A08C05

RGB

 RED value IS 160 (62.89% from 255) = 52.46%

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

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

R = 52.46%
G = 45.9%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A08C05 (or 0xA08C05) is known color: Dark Goldenrod. HEX triplet: A0, 8C and 05. RGB value is (160,140,5). Sum of RGB (Red+Green+Blue) = 160+140+5=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08C05 is #5F73FA. Grayscale: #838383. Windows color (decimal): -6255611 or 363680. OLE color: 363680.

HSL color Cylindrical-coordinate representation of color #A08C05: hue angle of 52.26º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A08C05 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 140 5 -
CMYK 0 0.12 0.97 0.37
HSL 52.26º 0.94% 0.32% -
HSV(B) 52.26º 0.97% 0.63% -
XYZ 23.9 26.24 3.95 -
YUV 130.59 57.13 148.98 -
System Red Green Blue C M Y K H S L
Decimal 160 140 5 0 0.12 0.97 0.37 52.26 0.94 0.32
Hex A0 8C 5 0 C 61 25 34 5E 20
Octal 240 214 5 0 14 141 45 64 136 40
Binary 10100000 10001100 101 0 1100 1100001 100101 110100 1011110 100000

Color Harmonies of #A08C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08C05

Black with #A08C05

Text Example


Text Example

White with #A08C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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