Html Css Color HEX #975F57 Au Chico

📋 copy color: '#975F57'

red 151 ◦ green 95 ◦ blue 87

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

Shades of Au Chico #975F57

Tints of Au Chico #975F57

RGB

 RED value IS 151 (59.38% from 255) = 45.35%

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

 BLUE value IS 87 (34.38% from 255) = 26.13%

R = 45.35%
G = 28.53%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#975F57 (or 0x975F57) is known color: Au Chico. HEX triplet: 97, 5F and 57. RGB value is (151,95,87). Sum of RGB (Red+Green+Blue) = 151+95+87=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #975F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975F57 is #68A0A8. Grayscale: #6E6E6E. Windows color (decimal): -6856873 or 5726103. OLE color: 5726103.

HSL color Cylindrical-coordinate representation of color #975F57: hue angle of 7.5º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #975F57 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 95 87 -
CMYK 0 0.37 0.42 0.41
HSL 7.5º 0.27% 0.47% -
HSV(B) 7.5º 0.42% 0.59% -
XYZ 18.58 15.45 11.02 -
YUV 110.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 151 95 87 0 0.37 0.42 0.41 7.5 0.27 0.47
Hex 97 5F 57 0 25 2A 29 8 1B 2F
Octal 227 137 127 0 45 52 51 10 33 57
Binary 10010111 1011111 1010111 0 100101 101010 101001 1000 11011 101111

Color Harmonies of #975F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975F57

Black with #975F57

Text Example


Text Example

White with #975F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975F57; }

 p { color: rgb(151,95,87); }

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

background-color css

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

 a { background-color: rgb(151,95,87); }

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

border-color css

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

 span { border-color: rgb(151,95,87); }

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