Html Css Color HEX #A27E13 Hacienda

📋 copy color: '#A27E13'

red 162 ◦ green 126 ◦ blue 19

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

Shades of Hacienda #A27E13

Tints of Hacienda #A27E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.19%

R = 52.77%
G = 41.04%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A27E13 (or 0xA27E13) is known color: Hacienda. HEX triplet: A2, 7E and 13. RGB value is (162,126,19). Sum of RGB (Red+Green+Blue) = 162+126+19=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27E13 is #5D81EC. Grayscale: #7D7D7D. Windows color (decimal): -6128109 or 1277602. OLE color: 1277602.

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

Color convert

RGB 162 126 19 -
CMYK 0 0.22 0.88 0.36
HSL 44.9º 0.79% 0.35% -
HSV(B) 44.9º 0.88% 0.64% -
XYZ 22.48 22.65 3.8 -
YUV 124.57 68.43 154.7 -
System Red Green Blue C M Y K H S L
Decimal 162 126 19 0 0.22 0.88 0.36 44.9 0.79 0.35
Hex A2 7E 13 0 16 58 24 2D 4F 23
Octal 242 176 23 0 26 130 44 55 117 43
Binary 10100010 1111110 10011 0 10110 1011000 100100 101101 1001111 100011

Color Harmonies of #A27E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27E13

Black with #A27E13

Text Example


Text Example

White with #A27E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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