Html Css Color HEX #A45446 Crail

📋 copy color: '#A45446'

red 164 ◦ green 84 ◦ blue 70

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

Shades of Crail #A45446

Tints of Crail #A45446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.42%

 BLUE value IS 70 (27.73% from 255) = 22.01%

R = 51.57%
G = 26.42%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A45446 (or 0xA45446) is known color: Crail. HEX triplet: A4, 54 and 46. RGB value is (164,84,70). Sum of RGB (Red+Green+Blue) = 164+84+70=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A45446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45446 is #5BABB9. Grayscale: #6A6A6A. Windows color (decimal): -6007738 or 4609188. OLE color: 4609188.

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

Color convert

RGB 164 84 70 -
CMYK 0 0.49 0.57 0.36
HSL 8.94º 0.4% 0.46% -
HSV(B) 8.94º 0.57% 0.64% -
XYZ 19.59 14.68 7.59 -
YUV 106.32 107.5 169.14 -
System Red Green Blue C M Y K H S L
Decimal 164 84 70 0 0.49 0.57 0.36 8.94 0.4 0.46
Hex A4 54 46 0 31 39 24 9 28 2E
Octal 244 124 106 0 61 71 44 11 50 56
Binary 10100100 1010100 1000110 0 110001 111001 100100 1001 101000 101110

Color Harmonies of #A45446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45446

Black with #A45446

Text Example


Text Example

White with #A45446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45446; }

 p { color: rgb(164,84,70); }

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

background-color css

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

 a { background-color: rgb(164,84,70); }

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

border-color css

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

 span { border-color: rgb(164,84,70); }

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