Html Css Color HEX #A27615 Hacienda

📋 copy color: '#A27615'

red 162 ◦ green 118 ◦ blue 21

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

Shades of Hacienda #A27615

Tints of Hacienda #A27615

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.2%

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

R = 53.82%
G = 39.2%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A27615 (or 0xA27615) is known color: Hacienda. HEX triplet: A2, 76 and 15. RGB value is (162,118,21). Sum of RGB (Red+Green+Blue) = 162+118+21=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A27615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27615 is #5D89EA. Grayscale: #787878. Windows color (decimal): -6130155 or 1406626. OLE color: 1406626.

HSL color Cylindrical-coordinate representation of color #A27615: hue angle of 41.28º 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 #A27615 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 118 21 -
CMYK 0 0.27 0.87 0.36
HSL 41.28º 0.77% 0.36% -
HSV(B) 41.28º 0.87% 0.64% -
XYZ 21.51 20.69 3.57 -
YUV 120.1 72.08 157.89 -
System Red Green Blue C M Y K H S L
Decimal 162 118 21 0 0.27 0.87 0.36 41.28 0.77 0.36
Hex A2 76 15 0 1B 57 24 29 4D 24
Octal 242 166 25 0 33 127 44 51 115 44
Binary 10100010 1110110 10101 0 11011 1010111 100100 101001 1001101 100100

Color Harmonies of #A27615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27615

Black with #A27615

Text Example


Text Example

White with #A27615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27615; }

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

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

background-color css

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

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

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

border-color css

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

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

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