Html Css Color HEX #A28309 Dark Goldenrod

📋 copy color: '#A28309'

red 162 ◦ green 131 ◦ blue 9

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

Shades of Dark Goldenrod #A28309

Tints of Dark Goldenrod #A28309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.98%

R = 53.64%
G = 43.38%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A28309 (or 0xA28309) is known color: Dark Goldenrod. HEX triplet: A2, 83 and 09. RGB value is (162,131,9). Sum of RGB (Red+Green+Blue) = 162+131+9=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 9 (3.91% from 255 or 2.98% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A28309 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28309 is #5D7CF6. Grayscale: #7E7E7E. Windows color (decimal): -6126839 or 623522. OLE color: 623522.

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

Color convert

RGB 162 131 9 -
CMYK 0 0.19 0.94 0.36
HSL 47.84º 0.89% 0.34% -
HSV(B) 47.84º 0.94% 0.64% -
XYZ 23.07 23.93 3.66 -
YUV 126.36 61.77 153.42 -
System Red Green Blue C M Y K H S L
Decimal 162 131 9 0 0.19 0.94 0.36 47.84 0.89 0.34
Hex A2 83 9 0 13 5E 24 30 59 22
Octal 242 203 11 0 23 136 44 60 131 42
Binary 10100010 10000011 1001 0 10011 1011110 100100 110000 1011001 100010

Color Harmonies of #A28309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28309

Black with #A28309

Text Example


Text Example

White with #A28309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28309; }

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

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

background-color css

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

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

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

border-color css

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

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

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