Html Css Color HEX #A55352 Apple Blossom

📋 copy color: '#A55352'

red 165 ◦ green 83 ◦ blue 82

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

Shades of Apple Blossom #A55352

Tints of Apple Blossom #A55352

RGB

 RED value IS 165 (64.84% from 255) = 50%

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

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

R = 50%
G = 25.15%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A55352 (or 0xA55352) is known color: Apple Blossom. HEX triplet: A5, 53 and 52. RGB value is (165,83,82). Sum of RGB (Red+Green+Blue) = 165+83+82=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A55352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55352 is #5AACAD. Grayscale: #6B6B6B. Windows color (decimal): -5942446 or 5395365. OLE color: 5395365.

HSL color Cylindrical-coordinate representation of color #A55352: hue angle of 0.72º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A55352 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 83 82 -
CMYK 0 0.50 0.50 0.35
HSL 0.72º 0.34% 0.48% -
HSV(B) 0.72º 0.5% 0.65% -
XYZ 20.13 14.8 9.78 -
YUV 107.4 113.67 169.08 -
System Red Green Blue C M Y K H S L
Decimal 165 83 82 0 0.50 0.50 0.35 0.72 0.34 0.48
Hex A5 53 52 0 32 32 23 1 22 30
Octal 245 123 122 0 62 62 43 1 42 60
Binary 10100101 1010011 1010010 0 110010 110010 100011 1 100010 110000

Color Harmonies of #A55352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55352

Black with #A55352

Text Example


Text Example

White with #A55352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55352; }

 p { color: rgb(165,83,82); }

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

background-color css

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

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

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

border-color css

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

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

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