Html Css Color HEX #A5852C Hacienda

📋 copy color: '#A5852C'

red 165 ◦ green 133 ◦ blue 44

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

Shades of Hacienda #A5852C

Tints of Hacienda #A5852C

RGB

 RED value IS 165 (64.84% from 255) = 48.25%

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

 BLUE value IS 44 (17.58% from 255) = 12.87%

R = 48.25%
G = 38.89%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5852C (or 0xA5852C) is known color: Hacienda. HEX triplet: A5, 85 and 2C. RGB value is (165,133,44). Sum of RGB (Red+Green+Blue) = 165+133+44=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A5852C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5852C is #5A7AD3. Grayscale: #848484. Windows color (decimal): -5929684 or 2917797. OLE color: 2917797.

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

Color convert

RGB 165 133 44 -
CMYK 0 0.19 0.73 0.35
HSL 44.13º 0.58% 0.41% -
HSV(B) 44.13º 0.73% 0.65% -
XYZ 24.36 24.96 5.92 -
YUV 132.42 78.1 151.24 -
System Red Green Blue C M Y K H S L
Decimal 165 133 44 0 0.19 0.73 0.35 44.13 0.58 0.41
Hex A5 85 2C 0 13 49 23 2C 3A 29
Octal 245 205 54 0 23 111 43 54 72 51
Binary 10100101 10000101 101100 0 10011 1001001 100011 101100 111010 101001

Color Harmonies of #A5852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5852C

Black with #A5852C

Text Example


Text Example

White with #A5852C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5852C; }

 p { color: rgb(165,133,44); }

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

background-color css

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

 a { background-color: rgb(165,133,44); }

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

border-color css

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

 span { border-color: rgb(165,133,44); }

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