Html Css Color HEX #A25044 Crail

📋 copy color: '#A25044'

red 162 ◦ green 80 ◦ blue 68

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

Shades of Crail #A25044

Tints of Crail #A25044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.81%

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

R = 52.26%
G = 25.81%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A25044 (or 0xA25044) is known color: Crail. HEX triplet: A2, 50 and 44. RGB value is (162,80,68). Sum of RGB (Red+Green+Blue) = 162+80+68=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A25044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25044 is #5DAFBB. Grayscale: #676767. Windows color (decimal): -6139836 or 4477090. OLE color: 4477090.

HSL color Cylindrical-coordinate representation of color #A25044: hue angle of 7.66º 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 #A25044 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 80 68 -
CMYK 0 0.51 0.58 0.36
HSL 7.66º 0.41% 0.45% -
HSV(B) 7.66º 0.58% 0.64% -
XYZ 18.81 13.84 7.15 -
YUV 103.15 108.17 169.98 -
System Red Green Blue C M Y K H S L
Decimal 162 80 68 0 0.51 0.58 0.36 7.66 0.41 0.45
Hex A2 50 44 0 33 3A 24 8 29 2D
Octal 242 120 104 0 63 72 44 10 51 55
Binary 10100010 1010000 1000100 0 110011 111010 100100 1000 101001 101101

Color Harmonies of #A25044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25044

Black with #A25044

Text Example


Text Example

White with #A25044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25044; }

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

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

background-color css

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

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

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

border-color css

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

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

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