Html Css Color HEX #A27A02 Dark Goldenrod

📋 copy color: '#A27A02'

red 162 ◦ green 122 ◦ blue 2

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

Shades of Dark Goldenrod #A27A02

Tints of Dark Goldenrod #A27A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 56.64%
G = 42.66%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A27A02 (or 0xA27A02) is known color: Dark Goldenrod. HEX triplet: A2, 7A and 02. RGB value is (162,122,2). Sum of RGB (Red+Green+Blue) = 162+122+2=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27A02 is #5D85FD. Grayscale: #787878. Windows color (decimal): -6129150 or 162466. OLE color: 162466.

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

Color convert

RGB 162 122 2 -
CMYK 0 0.25 0.99 0.36
HSL 45º 0.98% 0.32% -
HSV(B) 45º 0.99% 0.64% -
XYZ 21.87 21.6 3.07 -
YUV 120.28 61.25 157.76 -
System Red Green Blue C M Y K H S L
Decimal 162 122 2 0 0.25 0.99 0.36 45 0.98 0.32
Hex A2 7A 2 0 19 63 24 2D 62 20
Octal 242 172 2 0 31 143 44 55 142 40
Binary 10100010 1111010 10 0 11001 1100011 100100 101101 1100010 100000

Color Harmonies of #A27A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27A02

Black with #A27A02

Text Example


Text Example

White with #A27A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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