Html Css Color HEX #A45040 Crail

📋 copy color: '#A45040'

red 164 ◦ green 80 ◦ blue 64

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

Shades of Crail #A45040

Tints of Crail #A45040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.97%

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

R = 53.25%
G = 25.97%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A45040 (or 0xA45040) is known color: Crail. HEX triplet: A4, 50 and 40. RGB value is (164,80,64). Sum of RGB (Red+Green+Blue) = 164+80+64=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A45040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45040 is #5BAFBF. Grayscale: #676767. Windows color (decimal): -6008768 or 4214948. OLE color: 4214948.

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

Color convert

RGB 164 80 64 -
CMYK 0 0.51 0.61 0.36
HSL 9.6º 0.44% 0.45% -
HSV(B) 9.6º 0.61% 0.64% -
XYZ 19.1 14 6.55 -
YUV 103.29 105.83 171.3 -
System Red Green Blue C M Y K H S L
Decimal 164 80 64 0 0.51 0.61 0.36 9.6 0.44 0.45
Hex A4 50 40 0 33 3D 24 A 2C 2D
Octal 244 120 100 0 63 75 44 12 54 55
Binary 10100100 1010000 1000000 0 110011 111101 100100 1010 101100 101101

Color Harmonies of #A45040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45040

Black with #A45040

Text Example


Text Example

White with #A45040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45040; }

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

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

background-color css

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

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

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

border-color css

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

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

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