Html Css Color HEX #A57913 Hacienda

📋 copy color: '#A57913'

red 165 ◦ green 121 ◦ blue 19

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

Shades of Hacienda #A57913

Tints of Hacienda #A57913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.23%

R = 54.1%
G = 39.67%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A57913 (or 0xA57913) is known color: Hacienda. HEX triplet: A5, 79 and 13. RGB value is (165,121,19). Sum of RGB (Red+Green+Blue) = 165+121+19=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A57913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57913 is #5A86EC. Grayscale: #7A7A7A. Windows color (decimal): -5932781 or 1276325. OLE color: 1276325.

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

Color convert

RGB 165 121 19 -
CMYK 0 0.27 0.88 0.35
HSL 41.92º 0.79% 0.36% -
HSV(B) 41.92º 0.88% 0.65% -
XYZ 22.47 21.72 3.62 -
YUV 122.53 69.58 158.29 -
System Red Green Blue C M Y K H S L
Decimal 165 121 19 0 0.27 0.88 0.35 41.92 0.79 0.36
Hex A5 79 13 0 1B 58 23 2A 4F 24
Octal 245 171 23 0 33 130 43 52 117 44
Binary 10100101 1111001 10011 0 11011 1011000 100011 101010 1001111 100100

Color Harmonies of #A57913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57913

Black with #A57913

Text Example


Text Example

White with #A57913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57913; }

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

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

background-color css

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

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

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

border-color css

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

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

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