Html Css Color HEX #A57E19 Hacienda

📋 copy color: '#A57E19'

red 165 ◦ green 126 ◦ blue 25

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

Shades of Hacienda #A57E19

Tints of Hacienda #A57E19

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.87%

 BLUE value IS 25 (10.16% from 255) = 7.91%

R = 52.22%
G = 39.87%
B = 7.91%

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

#A57E19 (or 0xA57E19) is known color: Hacienda. HEX triplet: A5, 7E and 19. RGB value is (165,126,25). Sum of RGB (Red+Green+Blue) = 165+126+25=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57E19 is #5A81E6. Grayscale: #7E7E7E. Windows color (decimal): -5931495 or 1670821. OLE color: 1670821.

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

Color convert

RGB 165 126 25 -
CMYK 0 0.24 0.85 0.35
HSL 43.29º 0.74% 0.37% -
HSV(B) 43.29º 0.85% 0.65% -
XYZ 23.15 22.99 4.14 -
YUV 126.15 70.92 155.71 -
System Red Green Blue C M Y K H S L
Decimal 165 126 25 0 0.24 0.85 0.35 43.29 0.74 0.37
Hex A5 7E 19 0 18 55 23 2B 4A 25
Octal 245 176 31 0 30 125 43 53 112 45
Binary 10100101 1111110 11001 0 11000 1010101 100011 101011 1001010 100101

Color Harmonies of #A57E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57E19

Black with #A57E19

Text Example


Text Example

White with #A57E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57E19; }

 p { color: rgb(165,126,25); }

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

background-color css

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

 a { background-color: rgb(165,126,25); }

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

border-color css

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

 span { border-color: rgb(165,126,25); }

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