Html Css Color HEX #A75E55 Au Chico

📋 copy color: '#A75E55'

red 167 ◦ green 94 ◦ blue 85

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

Shades of Au Chico #A75E55

Tints of Au Chico #A75E55

RGB

 RED value IS 167 (65.63% from 255) = 48.27%

 GREEN value IS 94 (37.11% from 255) = 27.17%

 BLUE value IS 85 (33.59% from 255) = 24.57%

R = 48.27%
G = 27.17%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A75E55 (or 0xA75E55) is known color: Au Chico. HEX triplet: A7, 5E and 55. RGB value is (167,94,85). Sum of RGB (Red+Green+Blue) = 167+94+85=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75E55 is #58A1AA. Grayscale: #727272. Windows color (decimal): -5808555 or 5594791. OLE color: 5594791.

HSL color Cylindrical-coordinate representation of color #A75E55: hue angle of 6.59º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A75E55 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 94 85 -
CMYK 0 0.44 0.49 0.35
HSL 6.59º 0.33% 0.49% -
HSV(B) 6.59º 0.49% 0.65% -
XYZ 21.58 16.88 10.71 -
YUV 114.8 111.18 165.23 -
System Red Green Blue C M Y K H S L
Decimal 167 94 85 0 0.44 0.49 0.35 6.59 0.33 0.49
Hex A7 5E 55 0 2C 31 23 7 21 31
Octal 247 136 125 0 54 61 43 7 41 61
Binary 10100111 1011110 1010101 0 101100 110001 100011 111 100001 110001

Color Harmonies of #A75E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75E55

Black with #A75E55

Text Example


Text Example

White with #A75E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75E55; }

 p { color: rgb(167,94,85); }

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

background-color css

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

 a { background-color: rgb(167,94,85); }

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

border-color css

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

 span { border-color: rgb(167,94,85); }

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