Html Css Color HEX #A45952 Crail

📋 copy color: '#A45952'

red 164 ◦ green 89 ◦ blue 82

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

Shades of Crail #A45952

Tints of Crail #A45952

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.57%

 BLUE value IS 82 (32.42% from 255) = 24.48%

R = 48.96%
G = 26.57%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.5

 K value IS 0.36

RGB Variations

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

Color information

#A45952 (or 0xA45952) is known color: Crail. HEX triplet: A4, 59 and 52. RGB value is (164,89,82). Sum of RGB (Red+Green+Blue) = 164+89+82=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A45952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45952 is #5BA6AD. Grayscale: #6E6E6E. Windows color (decimal): -6006446 or 5396900. OLE color: 5396900.

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

Color convert

RGB 164 89 82 -
CMYK 0 0.46 0.5 0.36
HSL 5.12º 0.33% 0.48% -
HSV(B) 5.12º 0.5% 0.64% -
XYZ 20.41 15.65 9.93 -
YUV 110.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 164 89 82 0 0.46 0.5 0.36 5.12 0.33 0.48
Hex A4 59 52 0 2E 32 24 5 21 30
Octal 244 131 122 0 56 62 44 5 41 60
Binary 10100100 1011001 1010010 0 101110 110010 100100 101 100001 110000

Color Harmonies of #A45952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45952

Black with #A45952

Text Example


Text Example

White with #A45952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45952; }

 p { color: rgb(164,89,82); }

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

background-color css

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

 a { background-color: rgb(164,89,82); }

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

border-color css

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

 span { border-color: rgb(164,89,82); }

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