Html Css Color HEX #A27802 Dark Goldenrod

📋 copy color: '#A27802'

red 162 ◦ green 120 ◦ blue 2

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

Shades of Dark Goldenrod #A27802

Tints of Dark Goldenrod #A27802

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.25%

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

R = 57.04%
G = 42.25%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A27802 (or 0xA27802) is known color: Dark Goldenrod. HEX triplet: A2, 78 and 02. RGB value is (162,120,2). Sum of RGB (Red+Green+Blue) = 162+120+2=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A27802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27802 is #5D87FD. Grayscale: #777777. Windows color (decimal): -6129662 or 161954. OLE color: 161954.

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

Color convert

RGB 162 120 2 -
CMYK 0 0.26 0.99 0.36
HSL 44.25º 0.98% 0.32% -
HSV(B) 44.25º 0.99% 0.64% -
XYZ 21.63 21.12 2.99 -
YUV 119.11 61.91 158.59 -
System Red Green Blue C M Y K H S L
Decimal 162 120 2 0 0.26 0.99 0.36 44.25 0.98 0.32
Hex A2 78 2 0 1A 63 24 2C 62 20
Octal 242 170 2 0 32 143 44 54 142 40
Binary 10100010 1111000 10 0 11010 1100011 100100 101100 1100010 100000

Color Harmonies of #A27802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27802

Black with #A27802

Text Example


Text Example

White with #A27802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27802; }

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

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

background-color css

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

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

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

border-color css

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

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

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