Html Css Color HEX #A25552 Apple Blossom

📋 copy color: '#A25552'

red 162 ◦ green 85 ◦ blue 82

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

Shades of Apple Blossom #A25552

Tints of Apple Blossom #A25552

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.84%

 BLUE value IS 82 (32.42% from 255) = 24.92%

R = 49.24%
G = 25.84%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A25552 (or 0xA25552) is known color: Apple Blossom. HEX triplet: A2, 55 and 52. RGB value is (162,85,82). Sum of RGB (Red+Green+Blue) = 162+85+82=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A25552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25552 is #5DAAAD. Grayscale: #6B6B6B. Windows color (decimal): -6138542 or 5395874. OLE color: 5395874.

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

Color convert

RGB 162 85 82 -
CMYK 0 0.48 0.49 0.36
HSL 2.25º 0.33% 0.48% -
HSV(B) 2.25º 0.49% 0.64% -
XYZ 19.67 14.79 9.8 -
YUV 107.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 162 85 82 0 0.48 0.49 0.36 2.25 0.33 0.48
Hex A2 55 52 0 30 31 24 2 21 30
Octal 242 125 122 0 60 61 44 2 41 60
Binary 10100010 1010101 1010010 0 110000 110001 100100 10 100001 110000

Color Harmonies of #A25552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25552

Black with #A25552

Text Example


Text Example

White with #A25552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25552; }

 p { color: rgb(162,85,82); }

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

background-color css

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

 a { background-color: rgb(162,85,82); }

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

border-color css

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

 span { border-color: rgb(162,85,82); }

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