Html Css Color HEX #A25642 Crail

📋 copy color: '#A25642'

red 162 ◦ green 86 ◦ blue 66

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

Shades of Crail #A25642

Tints of Crail #A25642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.39%

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

R = 51.59%
G = 27.39%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A25642 (or 0xA25642) is known color: Crail. HEX triplet: A2, 56 and 42. RGB value is (162,86,66). Sum of RGB (Red+Green+Blue) = 162+86+66=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A25642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25642 is #5DA9BD. Grayscale: #6A6A6A. Windows color (decimal): -6138302 or 4347554. OLE color: 4347554.

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

Color convert

RGB 162 86 66 -
CMYK 0 0.47 0.59 0.36
HSL 12.5º 0.42% 0.45% -
HSV(B) 12.5º 0.59% 0.64% -
XYZ 19.21 14.73 6.98 -
YUV 106.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 162 86 66 0 0.47 0.59 0.36 12.5 0.42 0.45
Hex A2 56 42 0 2F 3B 24 C 2A 2D
Octal 242 126 102 0 57 73 44 14 52 55
Binary 10100010 1010110 1000010 0 101111 111011 100100 1100 101010 101101

Color Harmonies of #A25642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25642

Black with #A25642

Text Example


Text Example

White with #A25642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25642; }

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

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

background-color css

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

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

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

border-color css

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

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

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