Html Css Color HEX #A5851E Hacienda

📋 copy color: '#A5851E'

red 165 ◦ green 133 ◦ blue 30

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

Shades of Hacienda #A5851E

Tints of Hacienda #A5851E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.15%

R = 50.3%
G = 40.55%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A5851E (or 0xA5851E) is known color: Hacienda. HEX triplet: A5, 85 and 1E. RGB value is (165,133,30). Sum of RGB (Red+Green+Blue) = 165+133+30=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A5851E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5851E is #5A7AE1. Grayscale: #838383. Windows color (decimal): -5929698 or 2000293. OLE color: 2000293.

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

Color convert

RGB 165 133 30 -
CMYK 0 0.19 0.82 0.35
HSL 45.78º 0.69% 0.38% -
HSV(B) 45.78º 0.82% 0.65% -
XYZ 24.14 24.87 4.76 -
YUV 130.83 71.1 152.38 -
System Red Green Blue C M Y K H S L
Decimal 165 133 30 0 0.19 0.82 0.35 45.78 0.69 0.38
Hex A5 85 1E 0 13 52 23 2E 45 26
Octal 245 205 36 0 23 122 43 56 105 46
Binary 10100101 10000101 11110 0 10011 1010010 100011 101110 1000101 100110

Color Harmonies of #A5851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5851E

Black with #A5851E

Text Example


Text Example

White with #A5851E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5851E; }

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

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

background-color css

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

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

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

border-color css

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

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

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