Html Css Color HEX #A25850 Crail

📋 copy color: '#A25850'

red 162 ◦ green 88 ◦ blue 80

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

Shades of Crail #A25850

Tints of Crail #A25850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.67%

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 49.09%
G = 26.67%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A25850 (or 0xA25850) is known color: Crail. HEX triplet: A2, 58 and 50. RGB value is (162,88,80). Sum of RGB (Red+Green+Blue) = 162+88+80=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A25850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25850 is #5DA7AF. Grayscale: #6D6D6D. Windows color (decimal): -6137776 or 5265570. OLE color: 5265570.

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

Color convert

RGB 162 88 80 -
CMYK 0 0.46 0.51 0.36
HSL 5.85º 0.34% 0.47% -
HSV(B) 5.85º 0.51% 0.64% -
XYZ 19.84 15.24 9.49 -
YUV 109.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 162 88 80 0 0.46 0.51 0.36 5.85 0.34 0.47
Hex A2 58 50 0 2E 33 24 6 22 2F
Octal 242 130 120 0 56 63 44 6 42 57
Binary 10100010 1011000 1010000 0 101110 110011 100100 110 100010 101111

Color Harmonies of #A25850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25850

Black with #A25850

Text Example


Text Example

White with #A25850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25850; }

 p { color: rgb(162,88,80); }

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

background-color css

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

 a { background-color: rgb(162,88,80); }

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

border-color css

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

 span { border-color: rgb(162,88,80); }

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