Html Css Color HEX #A25143 Crail

📋 copy color: '#A25143'

red 162 ◦ green 81 ◦ blue 67

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

Shades of Crail #A25143

Tints of Crail #A25143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.61%

R = 52.26%
G = 26.13%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A25143 (or 0xA25143) is known color: Crail. HEX triplet: A2, 51 and 43. RGB value is (162,81,67). Sum of RGB (Red+Green+Blue) = 162+81+67=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A25143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25143 is #5DAEBC. Grayscale: #676767. Windows color (decimal): -6139581 or 4411810. OLE color: 4411810.

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

Color convert

RGB 162 81 67 -
CMYK 0 0.50 0.59 0.36
HSL 8.84º 0.41% 0.45% -
HSV(B) 8.84º 0.59% 0.64% -
XYZ 18.86 13.97 7.01 -
YUV 103.62 107.34 169.64 -
System Red Green Blue C M Y K H S L
Decimal 162 81 67 0 0.50 0.59 0.36 8.84 0.41 0.45
Hex A2 51 43 0 32 3B 24 9 29 2D
Octal 242 121 103 0 62 73 44 11 51 55
Binary 10100010 1010001 1000011 0 110010 111011 100100 1001 101001 101101

Color Harmonies of #A25143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25143

Black with #A25143

Text Example


Text Example

White with #A25143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25143; }

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

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

background-color css

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

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

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

border-color css

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

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

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