Html Css Color HEX #A4852B Hacienda

📋 copy color: '#A4852B'

red 164 ◦ green 133 ◦ blue 43

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

Shades of Hacienda #A4852B

Tints of Hacienda #A4852B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.12%

 BLUE value IS 43 (17.19% from 255) = 12.65%

R = 48.24%
G = 39.12%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4852B (or 0xA4852B) is known color: Hacienda. HEX triplet: A4, 85 and 2B. RGB value is (164,133,43). Sum of RGB (Red+Green+Blue) = 164+133+43=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A4852B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4852B is #5B7AD4. Grayscale: #848484. Windows color (decimal): -5995221 or 2852260. OLE color: 2852260.

HSL color Cylindrical-coordinate representation of color #A4852B: hue angle of 44.63º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4852B is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 133 43 -
CMYK 0 0.19 0.74 0.36
HSL 44.63º 0.58% 0.41% -
HSV(B) 44.63º 0.74% 0.64% -
XYZ 24.13 24.84 5.81 -
YUV 132.01 77.77 150.82 -
System Red Green Blue C M Y K H S L
Decimal 164 133 43 0 0.19 0.74 0.36 44.63 0.58 0.41
Hex A4 85 2B 0 13 4A 24 2D 3A 29
Octal 244 205 53 0 23 112 44 55 72 51
Binary 10100100 10000101 101011 0 10011 1001010 100100 101101 111010 101001

Color Harmonies of #A4852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4852B

Black with #A4852B

Text Example


Text Example

White with #A4852B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4852B; }

 p { color: rgb(164,133,43); }

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

background-color css

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

 a { background-color: rgb(164,133,43); }

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

border-color css

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

 span { border-color: rgb(164,133,43); }

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