Html Css Color HEX #A25744 Crail

📋 copy color: '#A25744'

red 162 ◦ green 87 ◦ blue 68

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

Shades of Crail #A25744

Tints of Crail #A25744

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.44%

 BLUE value IS 68 (26.95% from 255) = 21.45%

R = 51.1%
G = 27.44%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A25744 (or 0xA25744) is known color: Crail. HEX triplet: A2, 57 and 44. RGB value is (162,87,68). Sum of RGB (Red+Green+Blue) = 162+87+68=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A25744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25744 is #5DA8BB. Grayscale: #6B6B6B. Windows color (decimal): -6138044 or 4478882. OLE color: 4478882.

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

Color convert

RGB 162 87 68 -
CMYK 0 0.46 0.58 0.36
HSL 12.13º 0.41% 0.45% -
HSV(B) 12.13º 0.58% 0.64% -
XYZ 19.35 14.92 7.33 -
YUV 107.26 105.85 167.04 -
System Red Green Blue C M Y K H S L
Decimal 162 87 68 0 0.46 0.58 0.36 12.13 0.41 0.45
Hex A2 57 44 0 2E 3A 24 C 29 2D
Octal 242 127 104 0 56 72 44 14 51 55
Binary 10100010 1010111 1000100 0 101110 111010 100100 1100 101001 101101

Color Harmonies of #A25744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25744

Black with #A25744

Text Example


Text Example

White with #A25744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25744; }

 p { color: rgb(162,87,68); }

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

background-color css

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

 a { background-color: rgb(162,87,68); }

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

border-color css

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

 span { border-color: rgb(162,87,68); }

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