Html Css Color HEX #A55854 Apple Blossom

📋 copy color: '#A55854'

red 165 ◦ green 88 ◦ blue 84

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

Shades of Apple Blossom #A55854

Tints of Apple Blossom #A55854

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.11%

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

R = 48.96%
G = 26.11%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A55854 (or 0xA55854) is known color: Apple Blossom. HEX triplet: A5, 58 and 54. RGB value is (165,88,84). Sum of RGB (Red+Green+Blue) = 165+88+84=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A55854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55854 is #5AA7AB. Grayscale: #6E6E6E. Windows color (decimal): -5941164 or 5527717. OLE color: 5527717.

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

Color convert

RGB 165 88 84 -
CMYK 0 0.47 0.49 0.35
HSL 2.96º 0.33% 0.49% -
HSV(B) 2.96º 0.49% 0.65% -
XYZ 20.61 15.62 10.32 -
YUV 110.57 113.01 166.83 -
System Red Green Blue C M Y K H S L
Decimal 165 88 84 0 0.47 0.49 0.35 2.96 0.33 0.49
Hex A5 58 54 0 2F 31 23 3 21 31
Octal 245 130 124 0 57 61 43 3 41 61
Binary 10100101 1011000 1010100 0 101111 110001 100011 11 100001 110001

Color Harmonies of #A55854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55854

Black with #A55854

Text Example


Text Example

White with #A55854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55854; }

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

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

background-color css

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

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

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

border-color css

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

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

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