Html Css Color HEX #A75C56 Crail

📋 copy color: '#A75C56'

red 167 ◦ green 92 ◦ blue 86

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

Shades of Crail #A75C56

Tints of Crail #A75C56

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.67%

 BLUE value IS 86 (33.98% from 255) = 24.93%

R = 48.41%
G = 26.67%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A75C56 (or 0xA75C56) is known color: Crail. HEX triplet: A7, 5C and 56. RGB value is (167,92,86). Sum of RGB (Red+Green+Blue) = 167+92+86=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75C56 is #58A3A9. Grayscale: #717171. Windows color (decimal): -5809066 or 5659815. OLE color: 5659815.

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

Color convert

RGB 167 92 86 -
CMYK 0 0.45 0.49 0.35
HSL 4.44º 0.32% 0.5% -
HSV(B) 4.44º 0.49% 0.65% -
XYZ 21.44 16.54 10.87 -
YUV 113.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 167 92 86 0 0.45 0.49 0.35 4.44 0.32 0.5
Hex A7 5C 56 0 2D 31 23 4 20 32
Octal 247 134 126 0 55 61 43 4 40 62
Binary 10100111 1011100 1010110 0 101101 110001 100011 100 100000 110010

Color Harmonies of #A75C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75C56

Black with #A75C56

Text Example


Text Example

White with #A75C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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