Html Css Color HEX #A5770E Hacienda

📋 copy color: '#A5770E'

red 165 ◦ green 119 ◦ blue 14

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

Shades of Hacienda #A5770E

Tints of Hacienda #A5770E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.93%

 BLUE value IS 14 (5.86% from 255) = 4.7%

R = 55.37%
G = 39.93%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A5770E (or 0xA5770E) is known color: Hacienda. HEX triplet: A5, 77 and 0E. RGB value is (165,119,14). Sum of RGB (Red+Green+Blue) = 165+119+14=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A5770E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5770E is #5A88F1. Grayscale: #797979. Windows color (decimal): -5933298 or 948133. OLE color: 948133.

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

Color convert

RGB 165 119 14 -
CMYK 0 0.28 0.92 0.35
HSL 41.72º 0.84% 0.35% -
HSV(B) 41.72º 0.92% 0.65% -
XYZ 22.19 21.22 3.34 -
YUV 120.78 67.74 159.54 -
System Red Green Blue C M Y K H S L
Decimal 165 119 14 0 0.28 0.92 0.35 41.72 0.84 0.35
Hex A5 77 E 0 1C 5C 23 2A 54 23
Octal 245 167 16 0 34 134 43 52 124 43
Binary 10100101 1110111 1110 0 11100 1011100 100011 101010 1010100 100011

Color Harmonies of #A5770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5770E

Black with #A5770E

Text Example


Text Example

White with #A5770E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5770E; }

 p { color: rgb(165,119,14); }

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

background-color css

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

 a { background-color: rgb(165,119,14); }

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

border-color css

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

 span { border-color: rgb(165,119,14); }

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