Html Css Color HEX #A75B50 Crail

📋 copy color: '#A75B50'

red 167 ◦ green 91 ◦ blue 80

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

Shades of Crail #A75B50

Tints of Crail #A75B50

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.92%

 BLUE value IS 80 (31.64% from 255) = 23.67%

R = 49.41%
G = 26.92%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A75B50 (or 0xA75B50) is known color: Crail. HEX triplet: A7, 5B and 50. RGB value is (167,91,80). Sum of RGB (Red+Green+Blue) = 167+91+80=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75B50 is #58A4AF. Grayscale: #707070. Windows color (decimal): -5809328 or 5266343. OLE color: 5266343.

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

Color convert

RGB 167 91 80 -
CMYK 0 0.46 0.52 0.35
HSL 7.59º 0.35% 0.48% -
HSV(B) 7.59º 0.52% 0.65% -
XYZ 21.13 16.28 9.62 -
YUV 112.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 167 91 80 0 0.46 0.52 0.35 7.59 0.35 0.48
Hex A7 5B 50 0 2E 34 23 8 23 30
Octal 247 133 120 0 56 64 43 10 43 60
Binary 10100111 1011011 1010000 0 101110 110100 100011 1000 100011 110000

Color Harmonies of #A75B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75B50

Black with #A75B50

Text Example


Text Example

White with #A75B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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