Html Css Color HEX #A25548 Crail

📋 copy color: '#A25548'

red 162 ◦ green 85 ◦ blue 72

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

Shades of Crail #A25548

Tints of Crail #A25548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.57%

R = 50.78%
G = 26.65%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A25548 (or 0xA25548) is known color: Crail. HEX triplet: A2, 55 and 48. RGB value is (162,85,72). Sum of RGB (Red+Green+Blue) = 162+85+72=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A25548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25548 is #5DAAB7. Grayscale: #6A6A6A. Windows color (decimal): -6138552 or 4740514. OLE color: 4740514.

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

Color convert

RGB 162 85 72 -
CMYK 0 0.48 0.56 0.36
HSL 8.67º 0.38% 0.46% -
HSV(B) 8.67º 0.56% 0.64% -
XYZ 19.32 14.65 7.94 -
YUV 106.54 108.51 167.56 -
System Red Green Blue C M Y K H S L
Decimal 162 85 72 0 0.48 0.56 0.36 8.67 0.38 0.46
Hex A2 55 48 0 30 38 24 9 26 2E
Octal 242 125 110 0 60 70 44 11 46 56
Binary 10100010 1010101 1001000 0 110000 111000 100100 1001 100110 101110

Color Harmonies of #A25548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25548

Black with #A25548

Text Example


Text Example

White with #A25548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25548; }

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

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

background-color css

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

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

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

border-color css

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

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

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