Html Css Color HEX #A25350 Apple Blossom

📋 copy color: '#A25350'

red 162 ◦ green 83 ◦ blue 80

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

Shades of Apple Blossom #A25350

Tints of Apple Blossom #A25350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.54%

 BLUE value IS 80 (31.64% from 255) = 24.62%

R = 49.85%
G = 25.54%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A25350 (or 0xA25350) is known color: Apple Blossom. HEX triplet: A2, 53 and 50. RGB value is (162,83,80). Sum of RGB (Red+Green+Blue) = 162+83+80=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A25350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25350 is #5DACAF. Grayscale: #6A6A6A. Windows color (decimal): -6139056 or 5264290. OLE color: 5264290.

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

Color convert

RGB 162 83 80 -
CMYK 0 0.49 0.51 0.36
HSL 2.2º 0.34% 0.47% -
HSV(B) 2.2º 0.51% 0.64% -
XYZ 19.44 14.45 9.35 -
YUV 106.28 113.17 167.74 -
System Red Green Blue C M Y K H S L
Decimal 162 83 80 0 0.49 0.51 0.36 2.2 0.34 0.47
Hex A2 53 50 0 31 33 24 2 22 2F
Octal 242 123 120 0 61 63 44 2 42 57
Binary 10100010 1010011 1010000 0 110001 110011 100100 10 100010 101111

Color Harmonies of #A25350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25350

Black with #A25350

Text Example


Text Example

White with #A25350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25350; }

 p { color: rgb(162,83,80); }

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

background-color css

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

 a { background-color: rgb(162,83,80); }

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

border-color css

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

 span { border-color: rgb(162,83,80); }

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