Html Css Color HEX #A5862B Hacienda

📋 copy color: '#A5862B'

red 165 ◦ green 134 ◦ blue 43

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

Shades of Hacienda #A5862B

Tints of Hacienda #A5862B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.18%

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

R = 48.25%
G = 39.18%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A5862B (or 0xA5862B) is known color: Hacienda. HEX triplet: A5, 86 and 2B. RGB value is (165,134,43). Sum of RGB (Red+Green+Blue) = 165+134+43=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A5862B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5862B is #5A79D4. Grayscale: #858585. Windows color (decimal): -5929429 or 2852517. OLE color: 2852517.

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

Color convert

RGB 165 134 43 -
CMYK 0 0.19 0.74 0.35
HSL 44.75º 0.59% 0.41% -
HSV(B) 44.75º 0.74% 0.65% -
XYZ 24.48 25.22 5.86 -
YUV 132.9 77.27 150.9 -
System Red Green Blue C M Y K H S L
Decimal 165 134 43 0 0.19 0.74 0.35 44.75 0.59 0.41
Hex A5 86 2B 0 13 4A 23 2D 3B 29
Octal 245 206 53 0 23 112 43 55 73 51
Binary 10100101 10000110 101011 0 10011 1001010 100011 101101 111011 101001

Color Harmonies of #A5862B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5862B

Black with #A5862B

Text Example


Text Example

White with #A5862B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5862B; }

 p { color: rgb(165,134,43); }

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

background-color css

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

 a { background-color: rgb(165,134,43); }

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

border-color css

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

 span { border-color: rgb(165,134,43); }

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