Html Css Color HEX #A25542 Crail

📋 copy color: '#A25542'

red 162 ◦ green 85 ◦ blue 66

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

Shades of Crail #A25542

Tints of Crail #A25542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.09%

R = 51.76%
G = 27.16%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A25542 (or 0xA25542) is known color: Crail. HEX triplet: A2, 55 and 42. RGB value is (162,85,66). Sum of RGB (Red+Green+Blue) = 162+85+66=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A25542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25542 is #5DAABD. Grayscale: #6A6A6A. Windows color (decimal): -6138558 or 4347298. OLE color: 4347298.

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

Color convert

RGB 162 85 66 -
CMYK 0 0.48 0.59 0.36
HSL 11.88º 0.42% 0.45% -
HSV(B) 11.88º 0.59% 0.64% -
XYZ 19.13 14.57 6.96 -
YUV 105.86 105.51 168.04 -
System Red Green Blue C M Y K H S L
Decimal 162 85 66 0 0.48 0.59 0.36 11.88 0.42 0.45
Hex A2 55 42 0 30 3B 24 C 2A 2D
Octal 242 125 102 0 60 73 44 14 52 55
Binary 10100010 1010101 1000010 0 110000 111011 100100 1100 101010 101101

Color Harmonies of #A25542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25542

Black with #A25542

Text Example


Text Example

White with #A25542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25542; }

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

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

background-color css

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

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

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

border-color css

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

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

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