Html Css Color HEX #A4761A Hacienda

📋 copy color: '#A4761A'

red 164 ◦ green 118 ◦ blue 26

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

Shades of Hacienda #A4761A

Tints of Hacienda #A4761A

RGB

 RED value IS 164 (64.45% from 255) = 53.25%

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

 BLUE value IS 26 (10.55% from 255) = 8.44%

R = 53.25%
G = 38.31%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4761A (or 0xA4761A) is known color: Hacienda. HEX triplet: A4, 76 and 1A. RGB value is (164,118,26). Sum of RGB (Red+Green+Blue) = 164+118+26=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4761A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4761A is #5B89E5. Grayscale: #797979. Windows color (decimal): -5999078 or 1734308. OLE color: 1734308.

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

Color convert

RGB 164 118 26 -
CMYK 0 0.28 0.84 0.36
HSL 40º 0.73% 0.37% -
HSV(B) 40º 0.84% 0.64% -
XYZ 21.97 20.92 3.86 -
YUV 121.27 74.24 158.48 -
System Red Green Blue C M Y K H S L
Decimal 164 118 26 0 0.28 0.84 0.36 40 0.73 0.37
Hex A4 76 1A 0 1C 54 24 28 49 25
Octal 244 166 32 0 34 124 44 50 111 45
Binary 10100100 1110110 11010 0 11100 1010100 100100 101000 1001001 100101

Color Harmonies of #A4761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4761A

Black with #A4761A

Text Example


Text Example

White with #A4761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4761A; }

 p { color: rgb(164,118,26); }

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

background-color css

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

 a { background-color: rgb(164,118,26); }

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

border-color css

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

 span { border-color: rgb(164,118,26); }

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