Html Css Color HEX #A28705 Dark Goldenrod

📋 copy color: '#A28705'

red 162 ◦ green 135 ◦ blue 5

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

Shades of Dark Goldenrod #A28705

Tints of Dark Goldenrod #A28705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.7%

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

R = 53.64%
G = 44.7%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A28705 (or 0xA28705) is known color: Dark Goldenrod. HEX triplet: A2, 87 and 05. RGB value is (162,135,5). Sum of RGB (Red+Green+Blue) = 162+135+5=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A28705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28705 is #5D78FA. Grayscale: #808080. Windows color (decimal): -6125819 or 362402. OLE color: 362402.

HSL color Cylindrical-coordinate representation of color #A28705: hue angle of 49.68º 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 #A28705 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 135 5 -
CMYK 0 0.17 0.97 0.36
HSL 49.68º 0.94% 0.33% -
HSV(B) 49.68º 0.97% 0.64% -
XYZ 23.59 25.02 3.73 -
YUV 128.25 58.45 152.07 -
System Red Green Blue C M Y K H S L
Decimal 162 135 5 0 0.17 0.97 0.36 49.68 0.94 0.33
Hex A2 87 5 0 11 61 24 32 5E 21
Octal 242 207 5 0 21 141 44 62 136 41
Binary 10100010 10000111 101 0 10001 1100001 100100 110010 1011110 100001

Color Harmonies of #A28705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28705

Black with #A28705

Text Example


Text Example

White with #A28705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28705; }

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

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

background-color css

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

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

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

border-color css

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

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

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