Html Css Color HEX #A27E27 Hacienda

📋 copy color: '#A27E27'

red 162 ◦ green 126 ◦ blue 39

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

Shades of Hacienda #A27E27

Tints of Hacienda #A27E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.93%

R = 49.54%
G = 38.53%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A27E27 (or 0xA27E27) is known color: Hacienda. HEX triplet: A2, 7E and 27. RGB value is (162,126,39). Sum of RGB (Red+Green+Blue) = 162+126+39=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 126 (49.61% from 255 or 38.53% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27E27 is #5D81D8. Grayscale: #7F7F7F. Windows color (decimal): -6128089 or 2588322. OLE color: 2588322.

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

Color convert

RGB 162 126 39 -
CMYK 0 0.22 0.76 0.36
HSL 42.44º 0.61% 0.39% -
HSV(B) 42.44º 0.76% 0.64% -
XYZ 22.73 22.75 5.11 -
YUV 126.85 78.43 153.07 -
System Red Green Blue C M Y K H S L
Decimal 162 126 39 0 0.22 0.76 0.36 42.44 0.61 0.39
Hex A2 7E 27 0 16 4C 24 2A 3D 27
Octal 242 176 47 0 26 114 44 52 75 47
Binary 10100010 1111110 100111 0 10110 1001100 100100 101010 111101 100111

Color Harmonies of #A27E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27E27

Black with #A27E27

Text Example


Text Example

White with #A27E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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