Html Css Color HEX #A4751A Hacienda

📋 copy color: '#A4751A'

red 164 ◦ green 117 ◦ blue 26

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

Shades of Hacienda #A4751A

Tints of Hacienda #A4751A

RGB

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

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

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

R = 53.42%
G = 38.11%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4751A (or 0xA4751A) is known color: Hacienda. HEX triplet: A4, 75 and 1A. RGB value is (164,117,26). Sum of RGB (Red+Green+Blue) = 164+117+26=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A4751A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4751A is #5B8AE5. Grayscale: #797979. Windows color (decimal): -5999334 or 1734052. OLE color: 1734052.

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

Color convert

RGB 164 117 26 -
CMYK 0 0.29 0.84 0.36
HSL 39.57º 0.73% 0.37% -
HSV(B) 39.57º 0.84% 0.64% -
XYZ 21.86 20.69 3.82 -
YUV 120.68 74.57 158.9 -
System Red Green Blue C M Y K H S L
Decimal 164 117 26 0 0.29 0.84 0.36 39.57 0.73 0.37
Hex A4 75 1A 0 1D 54 24 28 49 25
Octal 244 165 32 0 35 124 44 50 111 45
Binary 10100100 1110101 11010 0 11101 1010100 100100 101000 1001001 100101

Color Harmonies of #A4751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4751A

Black with #A4751A

Text Example


Text Example

White with #A4751A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4751A; }

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

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

background-color css

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

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

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

border-color css

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

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

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