Html Css Color HEX #A5781B Hacienda

📋 copy color: '#A5781B'

red 165 ◦ green 120 ◦ blue 27

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

Shades of Hacienda #A5781B

Tints of Hacienda #A5781B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.46%

 BLUE value IS 27 (10.94% from 255) = 8.65%

R = 52.88%
G = 38.46%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5781B (or 0xA5781B) is known color: Hacienda. HEX triplet: A5, 78 and 1B. RGB value is (165,120,27). Sum of RGB (Red+Green+Blue) = 165+120+27=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A5781B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5781B is #5A87E4. Grayscale: #7B7B7B. Windows color (decimal): -5933029 or 1800357. OLE color: 1800357.

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

Color convert

RGB 165 120 27 -
CMYK 0 0.27 0.84 0.35
HSL 40.43º 0.72% 0.38% -
HSV(B) 40.43º 0.84% 0.65% -
XYZ 22.43 21.51 4.01 -
YUV 122.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 165 120 27 0 0.27 0.84 0.35 40.43 0.72 0.38
Hex A5 78 1B 0 1B 54 23 28 48 26
Octal 245 170 33 0 33 124 43 50 110 46
Binary 10100101 1111000 11011 0 11011 1010100 100011 101000 1001000 100110

Color Harmonies of #A5781B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5781B

Black with #A5781B

Text Example


Text Example

White with #A5781B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5781B; }

 p { color: rgb(165,120,27); }

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

background-color css

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

 a { background-color: rgb(165,120,27); }

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

border-color css

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

 span { border-color: rgb(165,120,27); }

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