Html Css Color HEX #A27E05 Dark Goldenrod

📋 copy color: '#A27E05'

red 162 ◦ green 126 ◦ blue 5

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

Shades of Dark Goldenrod #A27E05

Tints of Dark Goldenrod #A27E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.71%

R = 55.29%
G = 43%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A27E05 (or 0xA27E05) is known color: Dark Goldenrod. HEX triplet: A2, 7E and 05. RGB value is (162,126,5). Sum of RGB (Red+Green+Blue) = 162+126+5=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 126 (49.61% from 255 or 43.00% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27E05 is #5D81FA. Grayscale: #7B7B7B. Windows color (decimal): -6128123 or 360098. OLE color: 360098.

HSL color Cylindrical-coordinate representation of color #A27E05: hue angle of 46.24º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A27E05 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 126 5 -
CMYK 0 0.22 0.97 0.36
HSL 46.24º 0.94% 0.33% -
HSV(B) 46.24º 0.97% 0.64% -
XYZ 22.39 22.61 3.33 -
YUV 122.97 61.43 155.84 -
System Red Green Blue C M Y K H S L
Decimal 162 126 5 0 0.22 0.97 0.36 46.24 0.94 0.33
Hex A2 7E 5 0 16 61 24 2E 5E 21
Octal 242 176 5 0 26 141 44 56 136 41
Binary 10100010 1111110 101 0 10110 1100001 100100 101110 1011110 100001

Color Harmonies of #A27E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27E05

Black with #A27E05

Text Example


Text Example

White with #A27E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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