Html Css Color HEX #A57718 Hacienda

📋 copy color: '#A57718'

red 165 ◦ green 119 ◦ blue 24

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

Shades of Hacienda #A57718

Tints of Hacienda #A57718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.79%

R = 53.57%
G = 38.64%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A57718 (or 0xA57718) is known color: Hacienda. HEX triplet: A5, 77 and 18. RGB value is (165,119,24). Sum of RGB (Red+Green+Blue) = 165+119+24=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A57718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57718 is #5A88E7. Grayscale: #7A7A7A. Windows color (decimal): -5933288 or 1603493. OLE color: 1603493.

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

Color convert

RGB 165 119 24 -
CMYK 0 0.28 0.85 0.35
HSL 40.43º 0.75% 0.37% -
HSV(B) 40.43º 0.85% 0.65% -
XYZ 22.28 21.26 3.79 -
YUV 121.92 72.74 158.72 -
System Red Green Blue C M Y K H S L
Decimal 165 119 24 0 0.28 0.85 0.35 40.43 0.75 0.37
Hex A5 77 18 0 1C 55 23 28 4B 25
Octal 245 167 30 0 34 125 43 50 113 45
Binary 10100101 1110111 11000 0 11100 1010101 100011 101000 1001011 100101

Color Harmonies of #A57718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57718

Black with #A57718

Text Example


Text Example

White with #A57718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57718; }

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

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

background-color css

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

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

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

border-color css

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

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

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