Html Css Color HEX #A45A51 Crail

📋 copy color: '#A45A51'

red 164 ◦ green 90 ◦ blue 81

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

Shades of Crail #A45A51

Tints of Crail #A45A51

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.87%

 BLUE value IS 81 (32.03% from 255) = 24.18%

R = 48.96%
G = 26.87%
B = 24.18%

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

#A45A51 (or 0xA45A51) is known color: Crail. HEX triplet: A4, 5A and 51. RGB value is (164,90,81). Sum of RGB (Red+Green+Blue) = 164+90+81=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45A51 is #5BA5AE. Grayscale: #6F6F6F. Windows color (decimal): -6006191 or 5331620. OLE color: 5331620.

HSL color Cylindrical-coordinate representation of color #A45A51: hue angle of 6.51º 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 #A45A51 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 90 81 -
CMYK 0 0.45 0.51 0.36
HSL 6.51º 0.34% 0.48% -
HSV(B) 6.51º 0.51% 0.64% -
XYZ 20.45 15.8 9.76 -
YUV 111.1 111.02 165.73 -
System Red Green Blue C M Y K H S L
Decimal 164 90 81 0 0.45 0.51 0.36 6.51 0.34 0.48
Hex A4 5A 51 0 2D 33 24 7 22 30
Octal 244 132 121 0 55 63 44 7 42 60
Binary 10100100 1011010 1010001 0 101101 110011 100100 111 100010 110000

Color Harmonies of #A45A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45A51

Black with #A45A51

Text Example


Text Example

White with #A45A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45A51; }

 p { color: rgb(164,90,81); }

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

background-color css

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

 a { background-color: rgb(164,90,81); }

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

border-color css

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

 span { border-color: rgb(164,90,81); }

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