Html Css Color HEX #A57B1C Hacienda

📋 copy color: '#A57B1C'

red 165 ◦ green 123 ◦ blue 28

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

Shades of Hacienda #A57B1C

Tints of Hacienda #A57B1C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.92%

 BLUE value IS 28 (11.33% from 255) = 8.86%

R = 52.22%
G = 38.92%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A57B1C (or 0xA57B1C) is known color: Hacienda. HEX triplet: A5, 7B and 1C. RGB value is (165,123,28). Sum of RGB (Red+Green+Blue) = 165+123+28=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57B1C is #5A84E3. Grayscale: #7D7D7D. Windows color (decimal): -5932260 or 1866661. OLE color: 1866661.

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

Color convert

RGB 165 123 28 -
CMYK 0 0.25 0.83 0.35
HSL 41.61º 0.71% 0.38% -
HSV(B) 41.61º 0.83% 0.65% -
XYZ 22.81 22.25 4.19 -
YUV 124.73 73.41 156.72 -
System Red Green Blue C M Y K H S L
Decimal 165 123 28 0 0.25 0.83 0.35 41.61 0.71 0.38
Hex A5 7B 1C 0 19 53 23 2A 47 26
Octal 245 173 34 0 31 123 43 52 107 46
Binary 10100101 1111011 11100 0 11001 1010011 100011 101010 1000111 100110

Color Harmonies of #A57B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57B1C

Black with #A57B1C

Text Example


Text Example

White with #A57B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57B1C; }

 p { color: rgb(165,123,28); }

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

background-color css

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

 a { background-color: rgb(165,123,28); }

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

border-color css

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

 span { border-color: rgb(165,123,28); }

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