Html Css Color HEX #A27A05 Dark Goldenrod

📋 copy color: '#A27A05'

red 162 ◦ green 122 ◦ blue 5

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

Shades of Dark Goldenrod #A27A05

Tints of Dark Goldenrod #A27A05

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.21%

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

R = 56.06%
G = 42.21%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A27A05 (or 0xA27A05) is known color: Dark Goldenrod. HEX triplet: A2, 7A and 05. RGB value is (162,122,5). Sum of RGB (Red+Green+Blue) = 162+122+5=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27A05 is #5D85FA. Grayscale: #797979. Windows color (decimal): -6129147 or 359074. OLE color: 359074.

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

Color convert

RGB 162 122 5 -
CMYK 0 0.25 0.97 0.36
HSL 44.71º 0.94% 0.33% -
HSV(B) 44.71º 0.97% 0.64% -
XYZ 21.89 21.61 3.16 -
YUV 120.62 62.75 157.51 -
System Red Green Blue C M Y K H S L
Decimal 162 122 5 0 0.25 0.97 0.36 44.71 0.94 0.33
Hex A2 7A 5 0 19 61 24 2D 5E 21
Octal 242 172 5 0 31 141 44 55 136 41
Binary 10100010 1111010 101 0 11001 1100001 100100 101101 1011110 100001

Color Harmonies of #A27A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27A05

Black with #A27A05

Text Example


Text Example

White with #A27A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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