Html Css Color HEX #A45B50 Crail

📋 copy color: '#A45B50'

red 164 ◦ green 91 ◦ blue 80

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

Shades of Crail #A45B50

Tints of Crail #A45B50

RGB

 RED value IS 164 (64.45% from 255) = 48.96%

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

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

R = 48.96%
G = 27.16%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A45B50 (or 0xA45B50) is known color: Crail. HEX triplet: A4, 5B and 50. RGB value is (164,91,80). Sum of RGB (Red+Green+Blue) = 164+91+80=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45B50 is #5BA4AF. Grayscale: #6F6F6F. Windows color (decimal): -6005936 or 5266340. OLE color: 5266340.

HSL color Cylindrical-coordinate representation of color #A45B50: hue angle of 7.86º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A45B50 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 91 80 -
CMYK 0 0.45 0.51 0.36
HSL 7.86º 0.34% 0.48% -
HSV(B) 7.86º 0.51% 0.64% -
XYZ 20.5 15.95 9.59 -
YUV 111.57 110.18 165.39 -
System Red Green Blue C M Y K H S L
Decimal 164 91 80 0 0.45 0.51 0.36 7.86 0.34 0.48
Hex A4 5B 50 0 2D 33 24 8 22 30
Octal 244 133 120 0 55 63 44 10 42 60
Binary 10100100 1011011 1010000 0 101101 110011 100100 1000 100010 110000

Color Harmonies of #A45B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45B50

Black with #A45B50

Text Example


Text Example

White with #A45B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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