Html Css Color HEX #A5770F Hacienda

📋 copy color: '#A5770F'

red 165 ◦ green 119 ◦ blue 15

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

Shades of Hacienda #A5770F

Tints of Hacienda #A5770F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.02%

R = 55.18%
G = 39.8%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A5770F (or 0xA5770F) is known color: Hacienda. HEX triplet: A5, 77 and 0F. RGB value is (165,119,15). Sum of RGB (Red+Green+Blue) = 165+119+15=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A5770F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5770F is #5A88F0. Grayscale: #797979. Windows color (decimal): -5933297 or 1013669. OLE color: 1013669.

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

Color convert

RGB 165 119 15 -
CMYK 0 0.28 0.91 0.35
HSL 41.6º 0.83% 0.35% -
HSV(B) 41.6º 0.91% 0.65% -
XYZ 22.2 21.23 3.38 -
YUV 120.9 68.24 159.46 -
System Red Green Blue C M Y K H S L
Decimal 165 119 15 0 0.28 0.91 0.35 41.6 0.83 0.35
Hex A5 77 F 0 1C 5B 23 2A 53 23
Octal 245 167 17 0 34 133 43 52 123 43
Binary 10100101 1110111 1111 0 11100 1011011 100011 101010 1010011 100011

Color Harmonies of #A5770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5770F

Black with #A5770F

Text Example


Text Example

White with #A5770F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5770F; }

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

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

background-color css

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

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

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

border-color css

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

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

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