Html Css Color HEX #A25341 Crail

📋 copy color: '#A25341'

red 162 ◦ green 83 ◦ blue 65

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

Shades of Crail #A25341

Tints of Crail #A25341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.97%

R = 52.26%
G = 26.77%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A25341 (or 0xA25341) is known color: Crail. HEX triplet: A2, 53 and 41. RGB value is (162,83,65). Sum of RGB (Red+Green+Blue) = 162+83+65=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A25341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25341 is #5DACBE. Grayscale: #686868. Windows color (decimal): -6139071 or 4281250. OLE color: 4281250.

HSL color Cylindrical-coordinate representation of color #A25341: hue angle of 11.13º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A25341 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 83 65 -
CMYK 0 0.49 0.60 0.36
HSL 11.13º 0.43% 0.45% -
HSV(B) 11.13º 0.6% 0.64% -
XYZ 18.95 14.25 6.75 -
YUV 104.57 105.67 168.96 -
System Red Green Blue C M Y K H S L
Decimal 162 83 65 0 0.49 0.60 0.36 11.13 0.43 0.45
Hex A2 53 41 0 31 3C 24 B 2B 2D
Octal 242 123 101 0 61 74 44 13 53 55
Binary 10100010 1010011 1000001 0 110001 111100 100100 1011 101011 101101

Color Harmonies of #A25341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25341

Black with #A25341

Text Example


Text Example

White with #A25341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25341; }

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

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

background-color css

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

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

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

border-color css

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

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

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