Html Css Color HEX #A25353 Apple Blossom

📋 copy color: '#A25353'

red 162 ◦ green 83 ◦ blue 83

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

Shades of Apple Blossom #A25353

Tints of Apple Blossom #A25353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.3%

R = 49.39%
G = 25.3%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A25353 (or 0xA25353) is known color: Apple Blossom. HEX triplet: A2, 53 and 53. RGB value is (162,83,83). Sum of RGB (Red+Green+Blue) = 162+83+83=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A25353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25353 is #5DACAC. Grayscale: #6A6A6A. Windows color (decimal): -6139053 or 5460898. OLE color: 5460898.

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

Color convert

RGB 162 83 83 -
CMYK 0 0.49 0.49 0.36
HSL 0.32% 0.48% -
HSV(B) 0.49% 0.64% -
XYZ 19.55 14.49 9.95 -
YUV 106.62 114.67 167.5 -
System Red Green Blue C M Y K H S L
Decimal 162 83 83 0 0.49 0.49 0.36 0 0.32 0.48
Hex A2 53 53 0 31 31 24 0 20 30
Octal 242 123 123 0 61 61 44 0 40 60
Binary 10100010 1010011 1010011 0 110001 110001 100100 0 100000 110000

Color Harmonies of #A25353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25353

Black with #A25353

Text Example


Text Example

White with #A25353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25353; }

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

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

background-color css

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

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

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

border-color css

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

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

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