Html Css Color HEX #A08304 Dark Goldenrod

📋 copy color: '#A08304'

red 160 ◦ green 131 ◦ blue 4

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

Shades of Dark Goldenrod #A08304

Tints of Dark Goldenrod #A08304

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.41%

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

R = 54.24%
G = 44.41%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A08304 (or 0xA08304) is known color: Dark Goldenrod. HEX triplet: A0, 83 and 04. RGB value is (160,131,4). Sum of RGB (Red+Green+Blue) = 160+131+4=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A08304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08304 is #5F7CFB. Grayscale: #7D7D7D. Windows color (decimal): -6257916 or 295840. OLE color: 295840.

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

Color convert

RGB 160 131 4 -
CMYK 0 0.18 0.98 0.37
HSL 48.85º 0.95% 0.32% -
HSV(B) 48.85º 0.98% 0.63% -
XYZ 22.64 23.71 3.5 -
YUV 125.19 59.61 152.83 -
System Red Green Blue C M Y K H S L
Decimal 160 131 4 0 0.18 0.98 0.37 48.85 0.95 0.32
Hex A0 83 4 0 12 62 25 31 5F 20
Octal 240 203 4 0 22 142 45 61 137 40
Binary 10100000 10000011 100 0 10010 1100010 100101 110001 1011111 100000

Color Harmonies of #A08304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08304

Black with #A08304

Text Example


Text Example

White with #A08304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08304; }

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

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

background-color css

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

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

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

border-color css

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

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

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