Html Css Color HEX #A27902 Dark Goldenrod

📋 copy color: '#A27902'

red 162 ◦ green 121 ◦ blue 2

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

Shades of Dark Goldenrod #A27902

Tints of Dark Goldenrod #A27902

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.46%

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

R = 56.84%
G = 42.46%
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

#A27902 (or 0xA27902) is known color: Dark Goldenrod. HEX triplet: A2, 79 and 02. RGB value is (162,121,2). Sum of RGB (Red+Green+Blue) = 162+121+2=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A27902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27902 is #5D86FD. Grayscale: #787878. Windows color (decimal): -6129406 or 162210. OLE color: 162210.

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

Color convert

RGB 162 121 2 -
CMYK 0 0.25 0.99 0.36
HSL 44.63º 0.98% 0.32% -
HSV(B) 44.63º 0.99% 0.64% -
XYZ 21.75 21.36 3.03 -
YUV 119.69 61.58 158.18 -
System Red Green Blue C M Y K H S L
Decimal 162 121 2 0 0.25 0.99 0.36 44.63 0.98 0.32
Hex A2 79 2 0 19 63 24 2D 62 20
Octal 242 171 2 0 31 143 44 55 142 40
Binary 10100010 1111001 10 0 11001 1100011 100100 101101 1100010 100000

Color Harmonies of #A27902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27902

Black with #A27902

Text Example


Text Example

White with #A27902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27902; }

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

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

background-color css

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

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

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

border-color css

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

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

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