Html Css Color HEX #A27515 Hacienda

📋 copy color: '#A27515'

red 162 ◦ green 117 ◦ blue 21

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

Shades of Hacienda #A27515

Tints of Hacienda #A27515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39%

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

R = 54%
G = 39%
B = 7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A27515 (or 0xA27515) is known color: Hacienda. HEX triplet: A2, 75 and 15. RGB value is (162,117,21). Sum of RGB (Red+Green+Blue) = 162+117+21=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A27515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27515 is #5D8AEA. Grayscale: #777777. Windows color (decimal): -6130411 or 1406370. OLE color: 1406370.

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

Color convert

RGB 162 117 21 -
CMYK 0 0.28 0.87 0.36
HSL 40.85º 0.77% 0.36% -
HSV(B) 40.85º 0.87% 0.64% -
XYZ 21.4 20.46 3.53 -
YUV 119.51 72.41 158.31 -
System Red Green Blue C M Y K H S L
Decimal 162 117 21 0 0.28 0.87 0.36 40.85 0.77 0.36
Hex A2 75 15 0 1C 57 24 29 4D 24
Octal 242 165 25 0 34 127 44 51 115 44
Binary 10100010 1110101 10101 0 11100 1010111 100100 101001 1001101 100100

Color Harmonies of #A27515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27515

Black with #A27515

Text Example


Text Example

White with #A27515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27515; }

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

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

background-color css

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

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

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

border-color css

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

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

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