Html Css Color HEX #A57A1E Hacienda

📋 copy color: '#A57A1E'

red 165 ◦ green 122 ◦ blue 30

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

Shades of Hacienda #A57A1E

Tints of Hacienda #A57A1E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.49%

 BLUE value IS 30 (12.11% from 255) = 9.46%

R = 52.05%
G = 38.49%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A57A1E (or 0xA57A1E) is known color: Hacienda. HEX triplet: A5, 7A and 1E. RGB value is (165,122,30). Sum of RGB (Red+Green+Blue) = 165+122+30=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57A1E is #5A85E1. Grayscale: #7C7C7C. Windows color (decimal): -5932514 or 1997477. OLE color: 1997477.

HSL color Cylindrical-coordinate representation of color #A57A1E: hue angle of 40.89º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A57A1E is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 122 30 -
CMYK 0 0.26 0.82 0.35
HSL 40.89º 0.69% 0.38% -
HSV(B) 40.89º 0.82% 0.65% -
XYZ 22.71 22.01 4.28 -
YUV 124.37 74.75 156.98 -
System Red Green Blue C M Y K H S L
Decimal 165 122 30 0 0.26 0.82 0.35 40.89 0.69 0.38
Hex A5 7A 1E 0 1A 52 23 29 45 26
Octal 245 172 36 0 32 122 43 51 105 46
Binary 10100101 1111010 11110 0 11010 1010010 100011 101001 1000101 100110

Color Harmonies of #A57A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57A1E

Black with #A57A1E

Text Example


Text Example

White with #A57A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57A1E; }

 p { color: rgb(165,122,30); }

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

background-color css

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

 a { background-color: rgb(165,122,30); }

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

border-color css

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

 span { border-color: rgb(165,122,30); }

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