Html Css Color HEX #A55853 Apple Blossom

📋 copy color: '#A55853'

red 165 ◦ green 88 ◦ blue 83

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

Shades of Apple Blossom #A55853

Tints of Apple Blossom #A55853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.7%

R = 49.11%
G = 26.19%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A55853 (or 0xA55853) is known color: Apple Blossom. HEX triplet: A5, 58 and 53. RGB value is (165,88,83). Sum of RGB (Red+Green+Blue) = 165+88+83=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A55853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55853 is #5AA7AC. Grayscale: #6E6E6E. Windows color (decimal): -5941165 or 5462181. OLE color: 5462181.

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

Color convert

RGB 165 88 83 -
CMYK 0 0.47 0.50 0.35
HSL 3.66º 0.33% 0.49% -
HSV(B) 3.66º 0.5% 0.65% -
XYZ 20.57 15.6 10.11 -
YUV 110.45 112.51 166.91 -
System Red Green Blue C M Y K H S L
Decimal 165 88 83 0 0.47 0.50 0.35 3.66 0.33 0.49
Hex A5 58 53 0 2F 32 23 4 21 31
Octal 245 130 123 0 57 62 43 4 41 61
Binary 10100101 1011000 1010011 0 101111 110010 100011 100 100001 110001

Color Harmonies of #A55853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55853

Black with #A55853

Text Example


Text Example

White with #A55853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55853; }

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

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

background-color css

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

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

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

border-color css

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

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

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