Html Css Color HEX #A28305 Dark Goldenrod

📋 copy color: '#A28305'

red 162 ◦ green 131 ◦ blue 5

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

Shades of Dark Goldenrod #A28305

Tints of Dark Goldenrod #A28305

RGB

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

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

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

R = 54.36%
G = 43.96%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A28305 (or 0xA28305) is known color: Dark Goldenrod. HEX triplet: A2, 83 and 05. RGB value is (162,131,5). Sum of RGB (Red+Green+Blue) = 162+131+5=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A28305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28305 is #5D7CFA. Grayscale: #7E7E7E. Windows color (decimal): -6126843 or 361378. OLE color: 361378.

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

Color convert

RGB 162 131 5 -
CMYK 0 0.19 0.97 0.36
HSL 48.15º 0.94% 0.33% -
HSV(B) 48.15º 0.97% 0.64% -
XYZ 23.04 23.92 3.55 -
YUV 125.91 59.77 153.75 -
System Red Green Blue C M Y K H S L
Decimal 162 131 5 0 0.19 0.97 0.36 48.15 0.94 0.33
Hex A2 83 5 0 13 61 24 30 5E 21
Octal 242 203 5 0 23 141 44 60 136 41
Binary 10100010 10000011 101 0 10011 1100001 100100 110000 1011110 100001

Color Harmonies of #A28305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28305

Black with #A28305

Text Example


Text Example

White with #A28305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28305; }

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

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

background-color css

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

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

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

border-color css

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

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

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