Html Css Color HEX #A45240 Crail

📋 copy color: '#A45240'

red 164 ◦ green 82 ◦ blue 64

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

Shades of Crail #A45240

Tints of Crail #A45240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.45%

 BLUE value IS 64 (25.39% from 255) = 20.65%

R = 52.9%
G = 26.45%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A45240 (or 0xA45240) is known color: Crail. HEX triplet: A4, 52 and 40. RGB value is (164,82,64). Sum of RGB (Red+Green+Blue) = 164+82+64=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A45240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45240 is #5BADBF. Grayscale: #686868. Windows color (decimal): -6008256 or 4215460. OLE color: 4215460.

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

Color convert

RGB 164 82 64 -
CMYK 0 0.5 0.61 0.36
HSL 10.8º 0.44% 0.45% -
HSV(B) 10.8º 0.61% 0.64% -
XYZ 19.25 14.3 6.6 -
YUV 104.47 105.17 170.46 -
System Red Green Blue C M Y K H S L
Decimal 164 82 64 0 0.5 0.61 0.36 10.8 0.44 0.45
Hex A4 52 40 0 32 3D 24 B 2C 2D
Octal 244 122 100 0 62 75 44 13 54 55
Binary 10100100 1010010 1000000 0 110010 111101 100100 1011 101100 101101

Color Harmonies of #A45240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45240

Black with #A45240

Text Example


Text Example

White with #A45240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45240; }

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

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

background-color css

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

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

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

border-color css

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

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

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