Html Css Color HEX #A45D51 Crail

📋 copy color: '#A45D51'

red 164 ◦ green 93 ◦ blue 81

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

Shades of Crail #A45D51

Tints of Crail #A45D51

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.51%

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

R = 48.52%
G = 27.51%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A45D51 (or 0xA45D51) is known color: Crail. HEX triplet: A4, 5D and 51. RGB value is (164,93,81). Sum of RGB (Red+Green+Blue) = 164+93+81=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45D51 is #5BA2AE. Grayscale: #707070. Windows color (decimal): -6005423 or 5332388. OLE color: 5332388.

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

Color convert

RGB 164 93 81 -
CMYK 0 0.43 0.51 0.36
HSL 8.67º 0.34% 0.48% -
HSV(B) 8.67º 0.51% 0.64% -
XYZ 20.71 16.32 9.84 -
YUV 112.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 164 93 81 0 0.43 0.51 0.36 8.67 0.34 0.48
Hex A4 5D 51 0 2B 33 24 9 22 30
Octal 244 135 121 0 53 63 44 11 42 60
Binary 10100100 1011101 1010001 0 101011 110011 100100 1001 100010 110000

Color Harmonies of #A45D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45D51

Black with #A45D51

Text Example


Text Example

White with #A45D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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