Html Css Color HEX #A55954 Apple Blossom

📋 copy color: '#A55954'

red 165 ◦ green 89 ◦ blue 84

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

Shades of Apple Blossom #A55954

Tints of Apple Blossom #A55954

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.33%

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

R = 48.82%
G = 26.33%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A55954 (or 0xA55954) is known color: Apple Blossom. HEX triplet: A5, 59 and 54. RGB value is (165,89,84). Sum of RGB (Red+Green+Blue) = 165+89+84=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A55954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55954 is #5AA6AB. Grayscale: #6F6F6F. Windows color (decimal): -5940908 or 5527973. OLE color: 5527973.

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

Color convert

RGB 165 89 84 -
CMYK 0 0.46 0.49 0.35
HSL 3.7º 0.33% 0.49% -
HSV(B) 3.7º 0.49% 0.65% -
XYZ 20.69 15.78 10.34 -
YUV 111.15 112.68 166.41 -
System Red Green Blue C M Y K H S L
Decimal 165 89 84 0 0.46 0.49 0.35 3.7 0.33 0.49
Hex A5 59 54 0 2E 31 23 4 21 31
Octal 245 131 124 0 56 61 43 4 41 61
Binary 10100101 1011001 1010100 0 101110 110001 100011 100 100001 110001

Color Harmonies of #A55954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55954

Black with #A55954

Text Example


Text Example

White with #A55954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55954; }

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

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

background-color css

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

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

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

border-color css

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

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

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