Html Css Color HEX #A27E14 Hacienda

📋 copy color: '#A27E14'

red 162 ◦ green 126 ◦ blue 20

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

Shades of Hacienda #A27E14

Tints of Hacienda #A27E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.49%

R = 52.6%
G = 40.91%
B = 6.49%

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

#A27E14 (or 0xA27E14) is known color: Hacienda. HEX triplet: A2, 7E and 14. RGB value is (162,126,20). Sum of RGB (Red+Green+Blue) = 162+126+20=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27E14 is #5D81EB. Grayscale: #7D7D7D. Windows color (decimal): -6128108 or 1343138. OLE color: 1343138.

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

Color convert

RGB 162 126 20 -
CMYK 0 0.22 0.88 0.36
HSL 44.79º 0.78% 0.36% -
HSV(B) 44.79º 0.88% 0.64% -
XYZ 22.49 22.65 3.85 -
YUV 124.68 68.93 154.62 -
System Red Green Blue C M Y K H S L
Decimal 162 126 20 0 0.22 0.88 0.36 44.79 0.78 0.36
Hex A2 7E 14 0 16 58 24 2D 4E 24
Octal 242 176 24 0 26 130 44 55 116 44
Binary 10100010 1111110 10100 0 10110 1011000 100100 101101 1001110 100100

Color Harmonies of #A27E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27E14

Black with #A27E14

Text Example


Text Example

White with #A27E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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