Html Css Color HEX #A25349 Crail

📋 copy color: '#A25349'

red 162 ◦ green 83 ◦ blue 73

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

Shades of Crail #A25349

Tints of Crail #A25349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.1%

 BLUE value IS 73 (28.91% from 255) = 22.96%

R = 50.94%
G = 26.1%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A25349 (or 0xA25349) is known color: Crail. HEX triplet: A2, 53 and 49. RGB value is (162,83,73). Sum of RGB (Red+Green+Blue) = 162+83+73=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A25349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25349 is #5DACB6. Grayscale: #696969. Windows color (decimal): -6139063 or 4805538. OLE color: 4805538.

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

Color convert

RGB 162 83 73 -
CMYK 0 0.49 0.55 0.36
HSL 6.74º 0.38% 0.46% -
HSV(B) 6.74º 0.55% 0.64% -
XYZ 19.2 14.35 8.06 -
YUV 105.48 109.67 168.31 -
System Red Green Blue C M Y K H S L
Decimal 162 83 73 0 0.49 0.55 0.36 6.74 0.38 0.46
Hex A2 53 49 0 31 37 24 7 26 2E
Octal 242 123 111 0 61 67 44 7 46 56
Binary 10100010 1010011 1001001 0 110001 110111 100100 111 100110 101110

Color Harmonies of #A25349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25349

Black with #A25349

Text Example


Text Example

White with #A25349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25349; }

 p { color: rgb(162,83,73); }

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

background-color css

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

 a { background-color: rgb(162,83,73); }

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

border-color css

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

 span { border-color: rgb(162,83,73); }

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