Html Css Color HEX #A25946 Crail

📋 copy color: '#A25946'

red 162 ◦ green 89 ◦ blue 70

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

Shades of Crail #A25946

Tints of Crail #A25946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.73%

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

R = 50.47%
G = 27.73%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A25946 (or 0xA25946) is known color: Crail. HEX triplet: A2, 59 and 46. RGB value is (162,89,70). Sum of RGB (Red+Green+Blue) = 162+89+70=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A25946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25946 is #5DA6B9. Grayscale: #6C6C6C. Windows color (decimal): -6137530 or 4610466. OLE color: 4610466.

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

Color convert

RGB 162 89 70 -
CMYK 0 0.45 0.57 0.36
HSL 12.39º 0.4% 0.45% -
HSV(B) 12.39º 0.57% 0.64% -
XYZ 19.58 15.27 7.71 -
YUV 108.66 106.18 166.04 -
System Red Green Blue C M Y K H S L
Decimal 162 89 70 0 0.45 0.57 0.36 12.39 0.4 0.45
Hex A2 59 46 0 2D 39 24 C 28 2D
Octal 242 131 106 0 55 71 44 14 50 55
Binary 10100010 1011001 1000110 0 101101 111001 100100 1100 101000 101101

Color Harmonies of #A25946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25946

Black with #A25946

Text Example


Text Example

White with #A25946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25946; }

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

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

background-color css

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

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

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

border-color css

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

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

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