Html Css Color HEX #A57518 Hacienda

📋 copy color: '#A57518'

red 165 ◦ green 117 ◦ blue 24

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

Shades of Hacienda #A57518

Tints of Hacienda #A57518

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.24%

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

R = 53.92%
G = 38.24%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A57518 (or 0xA57518) is known color: Hacienda. HEX triplet: A5, 75 and 18. RGB value is (165,117,24). Sum of RGB (Red+Green+Blue) = 165+117+24=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A57518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57518 is #5A8AE7. Grayscale: #797979. Windows color (decimal): -5933800 or 1602981. OLE color: 1602981.

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

Color convert

RGB 165 117 24 -
CMYK 0 0.29 0.85 0.35
HSL 39.57º 0.75% 0.37% -
HSV(B) 39.57º 0.85% 0.65% -
XYZ 22.04 20.79 3.71 -
YUV 120.75 73.4 159.56 -
System Red Green Blue C M Y K H S L
Decimal 165 117 24 0 0.29 0.85 0.35 39.57 0.75 0.37
Hex A5 75 18 0 1D 55 23 28 4B 25
Octal 245 165 30 0 35 125 43 50 113 45
Binary 10100101 1110101 11000 0 11101 1010101 100011 101000 1001011 100101

Color Harmonies of #A57518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57518

Black with #A57518

Text Example


Text Example

White with #A57518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57518; }

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

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

background-color css

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

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

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

border-color css

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

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

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