Html Css Color HEX #A25546 Crail

📋 copy color: '#A25546'

red 162 ◦ green 85 ◦ blue 70

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

Shades of Crail #A25546

Tints of Crail #A25546

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.81%

 BLUE value IS 70 (27.73% from 255) = 22.08%

R = 51.1%
G = 26.81%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A25546 (or 0xA25546) is known color: Crail. HEX triplet: A2, 55 and 46. RGB value is (162,85,70). Sum of RGB (Red+Green+Blue) = 162+85+70=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A25546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25546 is #5DAAB9. Grayscale: #6A6A6A. Windows color (decimal): -6138554 or 4609442. OLE color: 4609442.

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

Color convert

RGB 162 85 70 -
CMYK 0 0.48 0.57 0.36
HSL 9.78º 0.4% 0.45% -
HSV(B) 9.78º 0.57% 0.64% -
XYZ 19.25 14.62 7.6 -
YUV 106.31 107.51 167.72 -
System Red Green Blue C M Y K H S L
Decimal 162 85 70 0 0.48 0.57 0.36 9.78 0.4 0.45
Hex A2 55 46 0 30 39 24 A 28 2D
Octal 242 125 106 0 60 71 44 12 50 55
Binary 10100010 1010101 1000110 0 110000 111001 100100 1010 101000 101101

Color Harmonies of #A25546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25546

Black with #A25546

Text Example


Text Example

White with #A25546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25546; }

 p { color: rgb(162,85,70); }

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

background-color css

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

 a { background-color: rgb(162,85,70); }

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

border-color css

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

 span { border-color: rgb(162,85,70); }

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