Html Css Color HEX #A57915 Hacienda

📋 copy color: '#A57915'

red 165 ◦ green 121 ◦ blue 21

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

Shades of Hacienda #A57915

Tints of Hacienda #A57915

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.41%

 BLUE value IS 21 (8.59% from 255) = 6.84%

R = 53.75%
G = 39.41%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A57915 (or 0xA57915) is known color: Hacienda. HEX triplet: A5, 79 and 15. RGB value is (165,121,21). Sum of RGB (Red+Green+Blue) = 165+121+21=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A57915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57915 is #5A86EA. Grayscale: #7B7B7B. Windows color (decimal): -5932779 or 1407397. OLE color: 1407397.

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

Color convert

RGB 165 121 21 -
CMYK 0 0.27 0.87 0.35
HSL 41.67º 0.77% 0.36% -
HSV(B) 41.67º 0.87% 0.65% -
XYZ 22.49 21.73 3.72 -
YUV 122.76 70.58 158.13 -
System Red Green Blue C M Y K H S L
Decimal 165 121 21 0 0.27 0.87 0.35 41.67 0.77 0.36
Hex A5 79 15 0 1B 57 23 2A 4D 24
Octal 245 171 25 0 33 127 43 52 115 44
Binary 10100101 1111001 10101 0 11011 1010111 100011 101010 1001101 100100

Color Harmonies of #A57915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57915

Black with #A57915

Text Example


Text Example

White with #A57915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57915; }

 p { color: rgb(165,121,21); }

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

background-color css

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

 a { background-color: rgb(165,121,21); }

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

border-color css

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

 span { border-color: rgb(165,121,21); }

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