Html Css Color HEX #A75E5B Au Chico

📋 copy color: '#A75E5B'

red 167 ◦ green 94 ◦ blue 91

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

Shades of Au Chico #A75E5B

Tints of Au Chico #A75E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.85%

R = 47.44%
G = 26.7%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A75E5B (or 0xA75E5B) is known color: Au Chico. HEX triplet: A7, 5E and 5B. RGB value is (167,94,91). Sum of RGB (Red+Green+Blue) = 167+94+91=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75E5B is #58A1A4. Grayscale: #737373. Windows color (decimal): -5808549 or 5988007. OLE color: 5988007.

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

Color convert

RGB 167 94 91 -
CMYK 0 0.44 0.46 0.35
HSL 2.37º 0.3% 0.51% -
HSV(B) 2.37º 0.46% 0.65% -
XYZ 21.83 16.98 12.02 -
YUV 115.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 167 94 91 0 0.44 0.46 0.35 2.37 0.3 0.51
Hex A7 5E 5B 0 2C 2E 23 2 1E 33
Octal 247 136 133 0 54 56 43 2 36 63
Binary 10100111 1011110 1011011 0 101100 101110 100011 10 11110 110011

Color Harmonies of #A75E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75E5B

Black with #A75E5B

Text Example


Text Example

White with #A75E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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