Html Css Color HEX #A27E02 Dark Goldenrod

📋 copy color: '#A27E02'

red 162 ◦ green 126 ◦ blue 2

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

Shades of Dark Goldenrod #A27E02

Tints of Dark Goldenrod #A27E02

RGB

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

 GREEN value IS 126 (49.61% from 255) = 43.45%

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

R = 55.86%
G = 43.45%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A27E02 (or 0xA27E02) is known color: Dark Goldenrod. HEX triplet: A2, 7E and 02. RGB value is (162,126,2). Sum of RGB (Red+Green+Blue) = 162+126+2=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27E02 is #5D81FD. Grayscale: #7B7B7B. Windows color (decimal): -6128126 or 163490. OLE color: 163490.

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

Color convert

RGB 162 126 2 -
CMYK 0 0.22 0.99 0.36
HSL 46.5º 0.98% 0.32% -
HSV(B) 46.5º 0.99% 0.64% -
XYZ 22.37 22.61 3.24 -
YUV 122.63 59.93 156.08 -
System Red Green Blue C M Y K H S L
Decimal 162 126 2 0 0.22 0.99 0.36 46.5 0.98 0.32
Hex A2 7E 2 0 16 63 24 2E 62 20
Octal 242 176 2 0 26 143 44 56 142 40
Binary 10100010 1111110 10 0 10110 1100011 100100 101110 1100010 100000

Color Harmonies of #A27E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27E02

Black with #A27E02

Text Example


Text Example

White with #A27E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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