Html Css Color HEX #A5780F Hacienda

📋 copy color: '#A5780F'

red 165 ◦ green 120 ◦ blue 15

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

Shades of Hacienda #A5780F

Tints of Hacienda #A5780F

RGB

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

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

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

R = 55%
G = 40%
B = 5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A5780F (or 0xA5780F) is known color: Hacienda. HEX triplet: A5, 78 and 0F. RGB value is (165,120,15). Sum of RGB (Red+Green+Blue) = 165+120+15=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A5780F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5780F is #5A87F0. Grayscale: #797979. Windows color (decimal): -5933041 or 1013925. OLE color: 1013925.

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

Color convert

RGB 165 120 15 -
CMYK 0 0.27 0.91 0.35
HSL 42º 0.83% 0.35% -
HSV(B) 42º 0.91% 0.65% -
XYZ 22.32 21.47 3.42 -
YUV 121.49 67.91 159.04 -
System Red Green Blue C M Y K H S L
Decimal 165 120 15 0 0.27 0.91 0.35 42 0.83 0.35
Hex A5 78 F 0 1B 5B 23 2A 53 23
Octal 245 170 17 0 33 133 43 52 123 43
Binary 10100101 1111000 1111 0 11011 1011011 100011 101010 1010011 100011

Color Harmonies of #A5780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5780F

Black with #A5780F

Text Example


Text Example

White with #A5780F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5780F; }

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

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

background-color css

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

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

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

border-color css

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

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

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