Html Css Color HEX #A5812D Hacienda

📋 copy color: '#A5812D'

red 165 ◦ green 129 ◦ blue 45

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

Shades of Hacienda #A5812D

Tints of Hacienda #A5812D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.05%

 BLUE value IS 45 (17.97% from 255) = 13.27%

R = 48.67%
G = 38.05%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5812D (or 0xA5812D) is known color: Hacienda. HEX triplet: A5, 81 and 2D. RGB value is (165,129,45). Sum of RGB (Red+Green+Blue) = 165+129+45=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A5812D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5812D is #5A7ED2. Grayscale: #828282. Windows color (decimal): -5930707 or 2982309. OLE color: 2982309.

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

Color convert

RGB 165 129 45 -
CMYK 0 0.22 0.73 0.35
HSL 42º 0.57% 0.41% -
HSV(B) 42º 0.73% 0.65% -
XYZ 23.84 23.89 5.84 -
YUV 130.19 79.93 152.83 -
System Red Green Blue C M Y K H S L
Decimal 165 129 45 0 0.22 0.73 0.35 42 0.57 0.41
Hex A5 81 2D 0 16 49 23 2A 39 29
Octal 245 201 55 0 26 111 43 52 71 51
Binary 10100101 10000001 101101 0 10110 1001001 100011 101010 111001 101001

Color Harmonies of #A5812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5812D

Black with #A5812D

Text Example


Text Example

White with #A5812D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5812D; }

 p { color: rgb(165,129,45); }

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

background-color css

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

 a { background-color: rgb(165,129,45); }

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

border-color css

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

 span { border-color: rgb(165,129,45); }

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