Html Css Color HEX #A27E15 Hacienda

📋 copy color: '#A27E15'

red 162 ◦ green 126 ◦ blue 21

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

Shades of Hacienda #A27E15

Tints of Hacienda #A27E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.8%

R = 52.43%
G = 40.78%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A27E15 (or 0xA27E15) is known color: Hacienda. HEX triplet: A2, 7E and 15. RGB value is (162,126,21). Sum of RGB (Red+Green+Blue) = 162+126+21=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 126 (49.61% from 255 or 40.78% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27E15 is #5D81EA. Grayscale: #7D7D7D. Windows color (decimal): -6128107 or 1408674. OLE color: 1408674.

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

Color convert

RGB 162 126 21 -
CMYK 0 0.22 0.87 0.36
HSL 44.68º 0.77% 0.36% -
HSV(B) 44.68º 0.87% 0.64% -
XYZ 22.5 22.66 3.9 -
YUV 124.79 69.43 154.54 -
System Red Green Blue C M Y K H S L
Decimal 162 126 21 0 0.22 0.87 0.36 44.68 0.77 0.36
Hex A2 7E 15 0 16 57 24 2D 4D 24
Octal 242 176 25 0 26 127 44 55 115 44
Binary 10100010 1111110 10101 0 10110 1010111 100100 101101 1001101 100100

Color Harmonies of #A27E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27E15

Black with #A27E15

Text Example


Text Example

White with #A27E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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