Html Css Color HEX #A27F11 Hacienda

📋 copy color: '#A27F11'

red 162 ◦ green 127 ◦ blue 17

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

Shades of Hacienda #A27F11

Tints of Hacienda #A27F11

RGB

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

 GREEN value IS 127 (50% from 255) = 41.5%

 BLUE value IS 17 (7.03% from 255) = 5.56%

R = 52.94%
G = 41.5%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A27F11 (or 0xA27F11) is known color: Hacienda. HEX triplet: A2, 7F and 11. RGB value is (162,127,17). Sum of RGB (Red+Green+Blue) = 162+127+17=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27F11 is #5D80EE. Grayscale: #7D7D7D. Windows color (decimal): -6127855 or 1146786. OLE color: 1146786.

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

Color convert

RGB 162 127 17 -
CMYK 0 0.22 0.90 0.36
HSL 45.52º 0.81% 0.35% -
HSV(B) 45.52º 0.9% 0.64% -
XYZ 22.59 22.9 3.76 -
YUV 124.93 67.1 154.44 -
System Red Green Blue C M Y K H S L
Decimal 162 127 17 0 0.22 0.90 0.36 45.52 0.81 0.35
Hex A2 7F 11 0 16 5A 24 2E 51 23
Octal 242 177 21 0 26 132 44 56 121 43
Binary 10100010 1111111 10001 0 10110 1011010 100100 101110 1010001 100011

Color Harmonies of #A27F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27F11

Black with #A27F11

Text Example


Text Example

White with #A27F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27F11; }

 p { color: rgb(162,127,17); }

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

background-color css

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

 a { background-color: rgb(162,127,17); }

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

border-color css

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

 span { border-color: rgb(162,127,17); }

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