Html Css Color HEX #A55454 Apple Blossom

📋 copy color: '#A55454'

red 165 ◦ green 84 ◦ blue 84

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

Shades of Apple Blossom #A55454

Tints of Apple Blossom #A55454

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.23%

 BLUE value IS 84 (33.2% from 255) = 25.23%

R = 49.55%
G = 25.23%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A55454 (or 0xA55454) is known color: Apple Blossom. HEX triplet: A5, 54 and 54. RGB value is (165,84,84). Sum of RGB (Red+Green+Blue) = 165+84+84=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A55454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55454 is #5AABAB. Grayscale: #6C6C6C. Windows color (decimal): -5942188 or 5526693. OLE color: 5526693.

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

Color convert

RGB 165 84 84 -
CMYK 0 0.49 0.49 0.35
HSL 0.33% 0.49% -
HSV(B) 0.49% 0.65% -
XYZ 20.29 14.98 10.21 -
YUV 108.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 165 84 84 0 0.49 0.49 0.35 0 0.33 0.49
Hex A5 54 54 0 31 31 23 0 21 31
Octal 245 124 124 0 61 61 43 0 41 61
Binary 10100101 1010100 1010100 0 110001 110001 100011 0 100001 110001

Color Harmonies of #A55454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55454

Black with #A55454

Text Example


Text Example

White with #A55454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55454; }

 p { color: rgb(165,84,84); }

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

background-color css

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

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

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

border-color css

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

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

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