Html Css Color HEX #A5882A Hacienda

📋 copy color: '#A5882A'

red 165 ◦ green 136 ◦ blue 42

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

Shades of Hacienda #A5882A

Tints of Hacienda #A5882A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.65%

 BLUE value IS 42 (16.8% from 255) = 12.24%

R = 48.1%
G = 39.65%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A5882A (or 0xA5882A) is known color: Hacienda. HEX triplet: A5, 88 and 2A. RGB value is (165,136,42). Sum of RGB (Red+Green+Blue) = 165+136+42=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A5882A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5882A is #5A77D5. Grayscale: #868686. Windows color (decimal): -5928918 or 2787493. OLE color: 2787493.

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

Color convert

RGB 165 136 42 -
CMYK 0 0.18 0.75 0.35
HSL 45.85º 0.59% 0.41% -
HSV(B) 45.85º 0.75% 0.65% -
XYZ 24.74 25.77 5.86 -
YUV 133.96 76.11 150.14 -
System Red Green Blue C M Y K H S L
Decimal 165 136 42 0 0.18 0.75 0.35 45.85 0.59 0.41
Hex A5 88 2A 0 12 4B 23 2E 3B 29
Octal 245 210 52 0 22 113 43 56 73 51
Binary 10100101 10001000 101010 0 10010 1001011 100011 101110 111011 101001

Color Harmonies of #A5882A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5882A

Black with #A5882A

Text Example


Text Example

White with #A5882A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5882A; }

 p { color: rgb(165,136,42); }

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

background-color css

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

 a { background-color: rgb(165,136,42); }

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

border-color css

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

 span { border-color: rgb(165,136,42); }

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