Html Css Color HEX #A08504 Dark Goldenrod

📋 copy color: '#A08504'

red 160 ◦ green 133 ◦ blue 4

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

Shades of Dark Goldenrod #A08504

Tints of Dark Goldenrod #A08504

RGB

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

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

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

R = 53.87%
G = 44.78%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A08504 (or 0xA08504) is known color: Dark Goldenrod. HEX triplet: A0, 85 and 04. RGB value is (160,133,4). Sum of RGB (Red+Green+Blue) = 160+133+4=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A08504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08504 is #5F7AFB. Grayscale: #7E7E7E. Windows color (decimal): -6257404 or 296352. OLE color: 296352.

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

Color convert

RGB 160 133 4 -
CMYK 0 0.17 0.98 0.37
HSL 49.62º 0.95% 0.32% -
HSV(B) 49.62º 0.98% 0.63% -
XYZ 22.91 24.26 3.59 -
YUV 126.37 58.95 151.99 -
System Red Green Blue C M Y K H S L
Decimal 160 133 4 0 0.17 0.98 0.37 49.62 0.95 0.32
Hex A0 85 4 0 11 62 25 32 5F 20
Octal 240 205 4 0 21 142 45 62 137 40
Binary 10100000 10000101 100 0 10001 1100010 100101 110010 1011111 100000

Color Harmonies of #A08504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08504

Black with #A08504

Text Example


Text Example

White with #A08504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08504; }

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

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

background-color css

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

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

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

border-color css

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

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

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