Html Css Color HEX #A28304 Dark Goldenrod

📋 copy color: '#A28304'

red 162 ◦ green 131 ◦ blue 4

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

Shades of Dark Goldenrod #A28304

Tints of Dark Goldenrod #A28304

RGB

 RED value IS 162 (63.67% from 255) = 54.55%

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

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

R = 54.55%
G = 44.11%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A28304 (or 0xA28304) is known color: Dark Goldenrod. HEX triplet: A2, 83 and 04. RGB value is (162,131,4). Sum of RGB (Red+Green+Blue) = 162+131+4=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A28304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28304 is #5D7CFB. Grayscale: #7E7E7E. Windows color (decimal): -6126844 or 295842. OLE color: 295842.

HSL color Cylindrical-coordinate representation of color #A28304: hue angle of 48.23º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A28304 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 131 4 -
CMYK 0 0.19 0.98 0.36
HSL 48.23º 0.95% 0.33% -
HSV(B) 48.23º 0.98% 0.64% -
XYZ 23.04 23.92 3.52 -
YUV 125.79 59.27 153.83 -
System Red Green Blue C M Y K H S L
Decimal 162 131 4 0 0.19 0.98 0.36 48.23 0.95 0.33
Hex A2 83 4 0 13 62 24 30 5F 21
Octal 242 203 4 0 23 142 44 60 137 41
Binary 10100010 10000011 100 0 10011 1100010 100100 110000 1011111 100001

Color Harmonies of #A28304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28304

Black with #A28304

Text Example


Text Example

White with #A28304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28304; }

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

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

background-color css

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

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

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

border-color css

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

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

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