Html Css Color HEX #A2513E Crail

📋 copy color: '#A2513E'

red 162 ◦ green 81 ◦ blue 62

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

Shades of Crail #A2513E

Tints of Crail #A2513E

RGB

 RED value IS 162 (63.67% from 255) = 53.11%

 GREEN value IS 81 (32.03% from 255) = 26.56%

 BLUE value IS 62 (24.61% from 255) = 20.33%

R = 53.11%
G = 26.56%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2513E (or 0xA2513E) is known color: Crail. HEX triplet: A2, 51 and 3E. RGB value is (162,81,62). Sum of RGB (Red+Green+Blue) = 162+81+62=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A2513E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2513E is #5DAEC1. Grayscale: #676767. Windows color (decimal): -6139586 or 4084130. OLE color: 4084130.

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

Color convert

RGB 162 81 62 -
CMYK 0 0.50 0.62 0.36
HSL 11.4º 0.45% 0.44% -
HSV(B) 11.4º 0.62% 0.64% -
XYZ 18.71 13.91 6.26 -
YUV 103.05 104.84 170.04 -
System Red Green Blue C M Y K H S L
Decimal 162 81 62 0 0.50 0.62 0.36 11.4 0.45 0.44
Hex A2 51 3E 0 32 3E 24 B 2D 2C
Octal 242 121 76 0 62 76 44 13 55 54
Binary 10100010 1010001 111110 0 110010 111110 100100 1011 101101 101100

Color Harmonies of #A2513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2513E

Black with #A2513E

Text Example


Text Example

White with #A2513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2513E; }

 p { color: rgb(162,81,62); }

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

background-color css

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

 a { background-color: rgb(162,81,62); }

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

border-color css

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

 span { border-color: rgb(162,81,62); }

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