Html Css Color HEX #A55046 Apple Blossom

📋 copy color: '#A55046'

red 165 ◦ green 80 ◦ blue 70

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

Shades of Apple Blossom #A55046

Tints of Apple Blossom #A55046

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.4%

 BLUE value IS 70 (27.73% from 255) = 22.22%

R = 52.38%
G = 25.4%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A55046 (or 0xA55046) is known color: Apple Blossom. HEX triplet: A5, 50 and 46. RGB value is (165,80,70). Sum of RGB (Red+Green+Blue) = 165+80+70=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A55046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55046 is #5AAFB9. Grayscale: #686868. Windows color (decimal): -5943226 or 4608165. OLE color: 4608165.

HSL color Cylindrical-coordinate representation of color #A55046: hue angle of 6.32º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A55046 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 80 70 -
CMYK 0 0.52 0.58 0.35
HSL 6.32º 0.4% 0.46% -
HSV(B) 6.32º 0.58% 0.65% -
XYZ 19.49 14.18 7.5 -
YUV 104.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 165 80 70 0 0.52 0.58 0.35 6.32 0.4 0.46
Hex A5 50 46 0 34 3A 23 6 28 2E
Octal 245 120 106 0 64 72 43 6 50 56
Binary 10100101 1010000 1000110 0 110100 111010 100011 110 101000 101110

Color Harmonies of #A55046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55046

Black with #A55046

Text Example


Text Example

White with #A55046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55046; }

 p { color: rgb(165,80,70); }

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

background-color css

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

 a { background-color: rgb(165,80,70); }

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

border-color css

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

 span { border-color: rgb(165,80,70); }

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