Html Css Color HEX #A27E01 Dark Goldenrod

📋 copy color: '#A27E01'

red 162 ◦ green 126 ◦ blue 1

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

Shades of Dark Goldenrod #A27E01

Tints of Dark Goldenrod #A27E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 56.06%
G = 43.6%
B = 0.35%

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

#A27E01 (or 0xA27E01) is known color: Dark Goldenrod. HEX triplet: A2, 7E and 01. RGB value is (162,126,1). Sum of RGB (Red+Green+Blue) = 162+126+1=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27E01 is #5D81FE. Grayscale: #7B7B7B. Windows color (decimal): -6128127 or 97954. OLE color: 97954.

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

Color convert

RGB 162 126 1 -
CMYK 0 0.22 0.99 0.36
HSL 46.58º 0.99% 0.32% -
HSV(B) 46.58º 0.99% 0.64% -
XYZ 22.37 22.61 3.21 -
YUV 122.51 59.43 156.16 -
System Red Green Blue C M Y K H S L
Decimal 162 126 1 0 0.22 0.99 0.36 46.58 0.99 0.32
Hex A2 7E 1 0 16 63 24 2F 63 20
Octal 242 176 1 0 26 143 44 57 143 40
Binary 10100010 1111110 1 0 10110 1100011 100100 101111 1100011 100000

Color Harmonies of #A27E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27E01

Black with #A27E01

Text Example


Text Example

White with #A27E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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