Html Css Color HEX #A5781E Hacienda

📋 copy color: '#A5781E'

red 165 ◦ green 120 ◦ blue 30

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

Shades of Hacienda #A5781E

Tints of Hacienda #A5781E

RGB

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

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

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

R = 52.38%
G = 38.1%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A5781E (or 0xA5781E) is known color: Hacienda. HEX triplet: A5, 78 and 1E. RGB value is (165,120,30). Sum of RGB (Red+Green+Blue) = 165+120+30=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A5781E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5781E is #5A87E1. Grayscale: #7B7B7B. Windows color (decimal): -5933026 or 1996965. OLE color: 1996965.

HSL color Cylindrical-coordinate representation of color #A5781E: hue angle of 40º 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 #A5781E is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 120 30 -
CMYK 0 0.27 0.82 0.35
HSL 40º 0.69% 0.38% -
HSV(B) 40º 0.82% 0.65% -
XYZ 22.47 21.53 4.2 -
YUV 123.2 75.41 157.82 -
System Red Green Blue C M Y K H S L
Decimal 165 120 30 0 0.27 0.82 0.35 40 0.69 0.38
Hex A5 78 1E 0 1B 52 23 28 45 26
Octal 245 170 36 0 33 122 43 50 105 46
Binary 10100101 1111000 11110 0 11011 1010010 100011 101000 1000101 100110

Color Harmonies of #A5781E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5781E

Black with #A5781E

Text Example


Text Example

White with #A5781E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5781E; }

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

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

background-color css

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

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

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

border-color css

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

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

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