Html Css Color HEX #A25A48 Crail

📋 copy color: '#A25A48'

red 162 ◦ green 90 ◦ blue 72

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

Shades of Crail #A25A48

Tints of Crail #A25A48

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.78%

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

R = 50%
G = 27.78%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A25A48 (or 0xA25A48) is known color: Crail. HEX triplet: A2, 5A and 48. RGB value is (162,90,72). Sum of RGB (Red+Green+Blue) = 162+90+72=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A48 is #5DA5B7. Grayscale: #6D6D6D. Windows color (decimal): -6137272 or 4741794. OLE color: 4741794.

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

Color convert

RGB 162 90 72 -
CMYK 0 0.44 0.56 0.36
HSL 12º 0.38% 0.46% -
HSV(B) 12º 0.56% 0.64% -
XYZ 19.73 15.46 8.08 -
YUV 109.48 106.85 165.46 -
System Red Green Blue C M Y K H S L
Decimal 162 90 72 0 0.44 0.56 0.36 12 0.38 0.46
Hex A2 5A 48 0 2C 38 24 C 26 2E
Octal 242 132 110 0 54 70 44 14 46 56
Binary 10100010 1011010 1001000 0 101100 111000 100100 1100 100110 101110

Color Harmonies of #A25A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A48

Black with #A25A48

Text Example


Text Example

White with #A25A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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