Html Css Color HEX #A25343 Crail

📋 copy color: '#A25343'

red 162 ◦ green 83 ◦ blue 67

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

Shades of Crail #A25343

Tints of Crail #A25343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.47%

R = 51.92%
G = 26.6%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A25343 (or 0xA25343) is known color: Crail. HEX triplet: A2, 53 and 43. RGB value is (162,83,67). Sum of RGB (Red+Green+Blue) = 162+83+67=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A25343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25343 is #5DACBC. Grayscale: #686868. Windows color (decimal): -6139069 or 4412322. OLE color: 4412322.

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

Color convert

RGB 162 83 67 -
CMYK 0 0.49 0.59 0.36
HSL 10.11º 0.41% 0.45% -
HSV(B) 10.11º 0.59% 0.64% -
XYZ 19.01 14.27 7.06 -
YUV 104.8 106.67 168.8 -
System Red Green Blue C M Y K H S L
Decimal 162 83 67 0 0.49 0.59 0.36 10.11 0.41 0.45
Hex A2 53 43 0 31 3B 24 A 29 2D
Octal 242 123 103 0 61 73 44 12 51 55
Binary 10100010 1010011 1000011 0 110001 111011 100100 1010 101001 101101

Color Harmonies of #A25343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25343

Black with #A25343

Text Example


Text Example

White with #A25343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25343; }

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

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

background-color css

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

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

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

border-color css

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

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

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