Html Css Color HEX #A5842C Hacienda

📋 copy color: '#A5842C'

red 165 ◦ green 132 ◦ blue 44

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

Shades of Hacienda #A5842C

Tints of Hacienda #A5842C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.71%

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

R = 48.39%
G = 38.71%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5842C (or 0xA5842C) is known color: Hacienda. HEX triplet: A5, 84 and 2C. RGB value is (165,132,44). Sum of RGB (Red+Green+Blue) = 165+132+44=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A5842C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5842C is #5A7BD3. Grayscale: #848484. Windows color (decimal): -5929940 or 2917541. OLE color: 2917541.

HSL color Cylindrical-coordinate representation of color #A5842C: hue angle of 43.64º 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 #A5842C is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 132 44 -
CMYK 0 0.20 0.73 0.35
HSL 43.64º 0.58% 0.41% -
HSV(B) 43.64º 0.73% 0.65% -
XYZ 24.22 24.68 5.87 -
YUV 131.84 78.43 151.66 -
System Red Green Blue C M Y K H S L
Decimal 165 132 44 0 0.20 0.73 0.35 43.64 0.58 0.41
Hex A5 84 2C 0 14 49 23 2C 3A 29
Octal 245 204 54 0 24 111 43 54 72 51
Binary 10100101 10000100 101100 0 10100 1001001 100011 101100 111010 101001

Color Harmonies of #A5842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5842C

Black with #A5842C

Text Example


Text Example

White with #A5842C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5842C; }

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

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

background-color css

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

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

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

border-color css

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

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

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