Html Css Color HEX #A25A4F Crail

📋 copy color: '#A25A4F'

red 162 ◦ green 90 ◦ blue 79

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

Shades of Crail #A25A4F

Tints of Crail #A25A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.87%

R = 48.94%
G = 27.19%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A25A4F (or 0xA25A4F) is known color: Crail. HEX triplet: A2, 5A and 4F. RGB value is (162,90,79). Sum of RGB (Red+Green+Blue) = 162+90+79=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A4F is #5DA5B0. Grayscale: #6E6E6E. Windows color (decimal): -6137265 or 5200546. OLE color: 5200546.

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

Color convert

RGB 162 90 79 -
CMYK 0 0.44 0.51 0.36
HSL 7.95º 0.34% 0.47% -
HSV(B) 7.95º 0.51% 0.64% -
XYZ 19.97 15.56 9.35 -
YUV 110.27 110.35 164.89 -
System Red Green Blue C M Y K H S L
Decimal 162 90 79 0 0.44 0.51 0.36 7.95 0.34 0.47
Hex A2 5A 4F 0 2C 33 24 8 22 2F
Octal 242 132 117 0 54 63 44 10 42 57
Binary 10100010 1011010 1001111 0 101100 110011 100100 1000 100010 101111

Color Harmonies of #A25A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A4F

Black with #A25A4F

Text Example


Text Example

White with #A25A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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