Html Css Color HEX #A08105 Dark Goldenrod

📋 copy color: '#A08105'

red 160 ◦ green 129 ◦ blue 5

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

Shades of Dark Goldenrod #A08105

Tints of Dark Goldenrod #A08105

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.88%

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

R = 54.42%
G = 43.88%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A08105 (or 0xA08105) is known color: Dark Goldenrod. HEX triplet: A0, 81 and 05. RGB value is (160,129,5). Sum of RGB (Red+Green+Blue) = 160+129+5=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A08105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08105 is #5F7EFA. Grayscale: #7C7C7C. Windows color (decimal): -6258427 or 360864. OLE color: 360864.

HSL color Cylindrical-coordinate representation of color #A08105: hue angle of 48º 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 #A08105 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 129 5 -
CMYK 0 0.19 0.97 0.37
HSL 48º 0.94% 0.32% -
HSV(B) 48º 0.97% 0.63% -
XYZ 22.37 23.19 3.44 -
YUV 124.13 60.77 153.58 -
System Red Green Blue C M Y K H S L
Decimal 160 129 5 0 0.19 0.97 0.37 48 0.94 0.32
Hex A0 81 5 0 13 61 25 30 5E 20
Octal 240 201 5 0 23 141 45 60 136 40
Binary 10100000 10000001 101 0 10011 1100001 100101 110000 1011110 100000

Color Harmonies of #A08105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08105

Black with #A08105

Text Example


Text Example

White with #A08105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08105; }

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

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

background-color css

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

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

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

border-color css

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

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

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