Html Css Color HEX #A25A57 Apple Blossom

📋 copy color: '#A25A57'

red 162 ◦ green 90 ◦ blue 87

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

Shades of Apple Blossom #A25A57

Tints of Apple Blossom #A25A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.66%

R = 47.79%
G = 26.55%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A25A57 (or 0xA25A57) is known color: Apple Blossom. HEX triplet: A2, 5A and 57. RGB value is (162,90,87). Sum of RGB (Red+Green+Blue) = 162+90+87=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A57 is #5DA5A8. Grayscale: #6F6F6F. Windows color (decimal): -6137257 or 5724834. OLE color: 5724834.

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

Color convert

RGB 162 90 87 -
CMYK 0 0.44 0.46 0.36
HSL 2.4º 0.3% 0.49% -
HSV(B) 2.4º 0.46% 0.64% -
XYZ 20.28 15.68 10.98 -
YUV 111.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 162 90 87 0 0.44 0.46 0.36 2.4 0.3 0.49
Hex A2 5A 57 0 2C 2E 24 2 1E 31
Octal 242 132 127 0 54 56 44 2 36 61
Binary 10100010 1011010 1010111 0 101100 101110 100100 10 11110 110001

Color Harmonies of #A25A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A57

Black with #A25A57

Text Example


Text Example

White with #A25A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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