Html Css Color HEX #A25344 Crail

📋 copy color: '#A25344'

red 162 ◦ green 83 ◦ blue 68

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

Shades of Crail #A25344

Tints of Crail #A25344

RGB

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

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

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

R = 51.76%
G = 26.52%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A25344 (or 0xA25344) is known color: Crail. HEX triplet: A2, 53 and 44. RGB value is (162,83,68). Sum of RGB (Red+Green+Blue) = 162+83+68=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A25344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25344 is #5DACBB. Grayscale: #696969. Windows color (decimal): -6139068 or 4477858. OLE color: 4477858.

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

Color convert

RGB 162 83 68 -
CMYK 0 0.49 0.58 0.36
HSL 9.57º 0.41% 0.45% -
HSV(B) 9.57º 0.58% 0.64% -
XYZ 19.04 14.29 7.22 -
YUV 104.91 107.17 168.72 -
System Red Green Blue C M Y K H S L
Decimal 162 83 68 0 0.49 0.58 0.36 9.57 0.41 0.45
Hex A2 53 44 0 31 3A 24 A 29 2D
Octal 242 123 104 0 61 72 44 12 51 55
Binary 10100010 1010011 1000100 0 110001 111010 100100 1010 101001 101101

Color Harmonies of #A25344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25344

Black with #A25344

Text Example


Text Example

White with #A25344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25344; }

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

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

background-color css

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

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

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

border-color css

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

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

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