Html Css Color HEX #A45440 Crail

📋 copy color: '#A45440'

red 164 ◦ green 84 ◦ blue 64

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

Shades of Crail #A45440

Tints of Crail #A45440

RGB

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

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

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

R = 52.56%
G = 26.92%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A45440 (or 0xA45440) is known color: Crail. HEX triplet: A4, 54 and 40. RGB value is (164,84,64). Sum of RGB (Red+Green+Blue) = 164+84+64=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A45440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45440 is #5BABBF. Grayscale: #696969. Windows color (decimal): -6007744 or 4215972. OLE color: 4215972.

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

Color convert

RGB 164 84 64 -
CMYK 0 0.49 0.61 0.36
HSL 12º 0.44% 0.45% -
HSV(B) 12º 0.61% 0.64% -
XYZ 19.41 14.6 6.65 -
YUV 105.64 104.5 169.63 -
System Red Green Blue C M Y K H S L
Decimal 164 84 64 0 0.49 0.61 0.36 12 0.44 0.45
Hex A4 54 40 0 31 3D 24 C 2C 2D
Octal 244 124 100 0 61 75 44 14 54 55
Binary 10100100 1010100 1000000 0 110001 111101 100100 1100 101100 101101

Color Harmonies of #A45440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45440

Black with #A45440

Text Example


Text Example

White with #A45440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45440; }

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

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

background-color css

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

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

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

border-color css

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

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

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