Html Css Color HEX #A27619 Hacienda

📋 copy color: '#A27619'

red 162 ◦ green 118 ◦ blue 25

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

Shades of Hacienda #A27619

Tints of Hacienda #A27619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.2%

R = 53.11%
G = 38.69%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A27619 (or 0xA27619) is known color: Hacienda. HEX triplet: A2, 76 and 19. RGB value is (162,118,25). Sum of RGB (Red+Green+Blue) = 162+118+25=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A27619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27619 is #5D89E6. Grayscale: #787878. Windows color (decimal): -6130151 or 1668770. OLE color: 1668770.

HSL color Cylindrical-coordinate representation of color #A27619: hue angle of 40.73º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A27619 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 118 25 -
CMYK 0 0.27 0.85 0.36
HSL 40.73º 0.73% 0.37% -
HSV(B) 40.73º 0.85% 0.64% -
XYZ 21.55 20.71 3.78 -
YUV 120.55 74.08 157.56 -
System Red Green Blue C M Y K H S L
Decimal 162 118 25 0 0.27 0.85 0.36 40.73 0.73 0.37
Hex A2 76 19 0 1B 55 24 29 49 25
Octal 242 166 31 0 33 125 44 51 111 45
Binary 10100010 1110110 11001 0 11011 1010101 100100 101001 1001001 100101

Color Harmonies of #A27619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27619

Black with #A27619

Text Example


Text Example

White with #A27619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27619; }

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

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

background-color css

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

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

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

border-color css

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

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

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