Html Css Color HEX #A57D18 Hacienda

📋 copy color: '#A57D18'

red 165 ◦ green 125 ◦ blue 24

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

Shades of Hacienda #A57D18

Tints of Hacienda #A57D18

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.81%

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

R = 52.55%
G = 39.81%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A57D18 (or 0xA57D18) is known color: Hacienda. HEX triplet: A5, 7D and 18. RGB value is (165,125,24). Sum of RGB (Red+Green+Blue) = 165+125+24=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57D18 is #5A82E7. Grayscale: #7D7D7D. Windows color (decimal): -5931752 or 1605029. OLE color: 1605029.

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

Color convert

RGB 165 125 24 -
CMYK 0 0.24 0.85 0.35
HSL 42.98º 0.75% 0.37% -
HSV(B) 42.98º 0.85% 0.65% -
XYZ 23.02 22.73 4.04 -
YUV 125.45 70.75 156.21 -
System Red Green Blue C M Y K H S L
Decimal 165 125 24 0 0.24 0.85 0.35 42.98 0.75 0.37
Hex A5 7D 18 0 18 55 23 2B 4B 25
Octal 245 175 30 0 30 125 43 53 113 45
Binary 10100101 1111101 11000 0 11000 1010101 100011 101011 1001011 100101

Color Harmonies of #A57D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57D18

Black with #A57D18

Text Example


Text Example

White with #A57D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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