Html Css Color HEX #A35553 Apple Blossom

📋 copy color: '#A35553'

red 163 ◦ green 85 ◦ blue 83

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

Shades of Apple Blossom #A35553

Tints of Apple Blossom #A35553

RGB

 RED value IS 163 (64.06% from 255) = 49.24%

 GREEN value IS 85 (33.59% from 255) = 25.68%

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

R = 49.24%
G = 25.68%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A35553 (or 0xA35553) is known color: Apple Blossom. HEX triplet: A3, 55 and 53. RGB value is (163,85,83). Sum of RGB (Red+Green+Blue) = 163+85+83=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A35553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35553 is #5CAAAC. Grayscale: #6C6C6C. Windows color (decimal): -6073005 or 5461411. OLE color: 5461411.

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

Color convert

RGB 163 85 83 -
CMYK 0 0.48 0.49 0.36
HSL 1.5º 0.33% 0.48% -
HSV(B) 1.5º 0.49% 0.64% -
XYZ 19.91 14.91 10.01 -
YUV 108.09 113.84 167.16 -
System Red Green Blue C M Y K H S L
Decimal 163 85 83 0 0.48 0.49 0.36 1.5 0.33 0.48
Hex A3 55 53 0 30 31 24 2 21 30
Octal 243 125 123 0 60 61 44 2 41 60
Binary 10100011 1010101 1010011 0 110000 110001 100100 10 100001 110000

Color Harmonies of #A35553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35553

Black with #A35553

Text Example


Text Example

White with #A35553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35553; }

 p { color: rgb(163,85,83); }

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

background-color css

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

 a { background-color: rgb(163,85,83); }

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

border-color css

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

 span { border-color: rgb(163,85,83); }

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