Html Css Color HEX #A25751 Crail

📋 copy color: '#A25751'

red 162 ◦ green 87 ◦ blue 81

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

Shades of Crail #A25751

Tints of Crail #A25751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.55%

R = 49.09%
G = 26.36%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A25751 (or 0xA25751) is known color: Crail. HEX triplet: A2, 57 and 51. RGB value is (162,87,81). Sum of RGB (Red+Green+Blue) = 162+87+81=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A25751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25751 is #5DA8AE. Grayscale: #6C6C6C. Windows color (decimal): -6138031 or 5330850. OLE color: 5330850.

HSL color Cylindrical-coordinate representation of color #A25751: hue angle of 4.44º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A25751 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 87 81 -
CMYK 0 0.46 0.50 0.36
HSL 4.44º 0.33% 0.48% -
HSV(B) 4.44º 0.5% 0.64% -
XYZ 19.79 15.09 9.65 -
YUV 108.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 162 87 81 0 0.46 0.50 0.36 4.44 0.33 0.48
Hex A2 57 51 0 2E 32 24 4 21 30
Octal 242 127 121 0 56 62 44 4 41 60
Binary 10100010 1010111 1010001 0 101110 110010 100100 100 100001 110000

Color Harmonies of #A25751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25751

Black with #A25751

Text Example


Text Example

White with #A25751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25751; }

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

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

background-color css

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

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

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

border-color css

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

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

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