Html Css Color HEX #A25A4A Crail

📋 copy color: '#A25A4A'

red 162 ◦ green 90 ◦ blue 74

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

Shades of Crail #A25A4A

Tints of Crail #A25A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.7%

R = 49.69%
G = 27.61%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A25A4A (or 0xA25A4A) is known color: Crail. HEX triplet: A2, 5A and 4A. RGB value is (162,90,74). Sum of RGB (Red+Green+Blue) = 162+90+74=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A4A is #5DA5B5. Grayscale: #6D6D6D. Windows color (decimal): -6137270 or 4872866. OLE color: 4872866.

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

Color convert

RGB 162 90 74 -
CMYK 0 0.44 0.54 0.36
HSL 10.91º 0.37% 0.46% -
HSV(B) 10.91º 0.54% 0.64% -
XYZ 19.79 15.49 8.42 -
YUV 109.7 107.85 165.3 -
System Red Green Blue C M Y K H S L
Decimal 162 90 74 0 0.44 0.54 0.36 10.91 0.37 0.46
Hex A2 5A 4A 0 2C 36 24 B 25 2E
Octal 242 132 112 0 54 66 44 13 45 56
Binary 10100010 1011010 1001010 0 101100 110110 100100 1011 100101 101110

Color Harmonies of #A25A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A4A

Black with #A25A4A

Text Example


Text Example

White with #A25A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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