Html Css Color HEX #A75F5C Au Chico

📋 copy color: '#A75F5C'

red 167 ◦ green 95 ◦ blue 92

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

Shades of Au Chico #A75F5C

Tints of Au Chico #A75F5C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.84%

 BLUE value IS 92 (36.33% from 255) = 25.99%

R = 47.18%
G = 26.84%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A75F5C (or 0xA75F5C) is known color: Au Chico. HEX triplet: A7, 5F and 5C. RGB value is (167,95,92). Sum of RGB (Red+Green+Blue) = 167+95+92=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75F5C is #58A0A3. Grayscale: #747474. Windows color (decimal): -5808292 or 6053799. OLE color: 6053799.

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

Color convert

RGB 167 95 92 -
CMYK 0 0.43 0.45 0.35
HSL 2.4º 0.3% 0.51% -
HSV(B) 2.4º 0.45% 0.65% -
XYZ 21.96 17.17 12.28 -
YUV 116.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 167 95 92 0 0.43 0.45 0.35 2.4 0.3 0.51
Hex A7 5F 5C 0 2B 2D 23 2 1E 33
Octal 247 137 134 0 53 55 43 2 36 63
Binary 10100111 1011111 1011100 0 101011 101101 100011 10 11110 110011

Color Harmonies of #A75F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75F5C

Black with #A75F5C

Text Example


Text Example

White with #A75F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75F5C; }

 p { color: rgb(167,95,92); }

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

background-color css

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

 a { background-color: rgb(167,95,92); }

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

border-color css

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

 span { border-color: rgb(167,95,92); }

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