Html Css Color HEX #A25948 Crail

📋 copy color: '#A25948'

red 162 ◦ green 89 ◦ blue 72

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

Shades of Crail #A25948

Tints of Crail #A25948

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.55%

 BLUE value IS 72 (28.52% from 255) = 22.29%

R = 50.15%
G = 27.55%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A25948 (or 0xA25948) is known color: Crail. HEX triplet: A2, 59 and 48. RGB value is (162,89,72). Sum of RGB (Red+Green+Blue) = 162+89+72=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A25948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25948 is #5DA6B7. Grayscale: #6D6D6D. Windows color (decimal): -6137528 or 4741538. OLE color: 4741538.

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

Color convert

RGB 162 89 72 -
CMYK 0 0.45 0.56 0.36
HSL 11.33º 0.38% 0.46% -
HSV(B) 11.33º 0.56% 0.64% -
XYZ 19.64 15.29 8.05 -
YUV 108.89 107.18 165.88 -
System Red Green Blue C M Y K H S L
Decimal 162 89 72 0 0.45 0.56 0.36 11.33 0.38 0.46
Hex A2 59 48 0 2D 38 24 B 26 2E
Octal 242 131 110 0 55 70 44 13 46 56
Binary 10100010 1011001 1001000 0 101101 111000 100100 1011 100110 101110

Color Harmonies of #A25948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25948

Black with #A25948

Text Example


Text Example

White with #A25948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25948; }

 p { color: rgb(162,89,72); }

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

background-color css

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

 a { background-color: rgb(162,89,72); }

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

border-color css

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

 span { border-color: rgb(162,89,72); }

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