Html Css Color HEX #A75E58 Au Chico

📋 copy color: '#A75E58'

red 167 ◦ green 94 ◦ blue 88

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

Shades of Au Chico #A75E58

Tints of Au Chico #A75E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.21%

R = 47.85%
G = 26.93%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A75E58 (or 0xA75E58) is known color: Au Chico. HEX triplet: A7, 5E and 58. RGB value is (167,94,88). Sum of RGB (Red+Green+Blue) = 167+94+88=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75E58 is #58A1A7. Grayscale: #737373. Windows color (decimal): -5808552 or 5791399. OLE color: 5791399.

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

Color convert

RGB 167 94 88 -
CMYK 0 0.44 0.47 0.35
HSL 4.56º 0.31% 0.5% -
HSV(B) 4.56º 0.47% 0.65% -
XYZ 21.7 16.93 11.36 -
YUV 115.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 167 94 88 0 0.44 0.47 0.35 4.56 0.31 0.5
Hex A7 5E 58 0 2C 2F 23 5 1F 32
Octal 247 136 130 0 54 57 43 5 37 62
Binary 10100111 1011110 1011000 0 101100 101111 100011 101 11111 110010

Color Harmonies of #A75E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75E58

Black with #A75E58

Text Example


Text Example

White with #A75E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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