Html Css Color HEX #A4771C Hacienda

📋 copy color: '#A4771C'

red 164 ◦ green 119 ◦ blue 28

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

Shades of Hacienda #A4771C

Tints of Hacienda #A4771C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.26%

 BLUE value IS 28 (11.33% from 255) = 9%

R = 52.73%
G = 38.26%
B = 9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A4771C (or 0xA4771C) is known color: Hacienda. HEX triplet: A4, 77 and 1C. RGB value is (164,119,28). Sum of RGB (Red+Green+Blue) = 164+119+28=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A4771C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4771C is #5B88E3. Grayscale: #7A7A7A. Windows color (decimal): -5998820 or 1865636. OLE color: 1865636.

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

Color convert

RGB 164 119 28 -
CMYK 0 0.27 0.83 0.36
HSL 40.15º 0.71% 0.38% -
HSV(B) 40.15º 0.83% 0.64% -
XYZ 22.12 21.17 4.02 -
YUV 122.08 74.91 157.9 -
System Red Green Blue C M Y K H S L
Decimal 164 119 28 0 0.27 0.83 0.36 40.15 0.71 0.38
Hex A4 77 1C 0 1B 53 24 28 47 26
Octal 244 167 34 0 33 123 44 50 107 46
Binary 10100100 1110111 11100 0 11011 1010011 100100 101000 1000111 100110

Color Harmonies of #A4771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4771C

Black with #A4771C

Text Example


Text Example

White with #A4771C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4771C; }

 p { color: rgb(164,119,28); }

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

background-color css

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

 a { background-color: rgb(164,119,28); }

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

border-color css

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

 span { border-color: rgb(164,119,28); }

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