Html Css Color HEX #A45553 Apple Blossom

📋 copy color: '#A45553'

red 164 ◦ green 85 ◦ blue 83

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

Shades of Apple Blossom #A45553

Tints of Apple Blossom #A45553

RGB

 RED value IS 164 (64.45% from 255) = 49.4%

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

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

R = 49.4%
G = 25.6%
B = 25%

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

#A45553 (or 0xA45553) is known color: Apple Blossom. HEX triplet: A4, 55 and 53. RGB value is (164,85,83). Sum of RGB (Red+Green+Blue) = 164+85+83=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A45553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45553 is #5BAAAC. Grayscale: #6C6C6C. Windows color (decimal): -6007469 or 5461412. OLE color: 5461412.

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

Color convert

RGB 164 85 83 -
CMYK 0 0.48 0.49 0.36
HSL 1.48º 0.33% 0.48% -
HSV(B) 1.48º 0.49% 0.64% -
XYZ 20.12 15.01 10.02 -
YUV 108.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 164 85 83 0 0.48 0.49 0.36 1.48 0.33 0.48
Hex A4 55 53 0 30 31 24 1 21 30
Octal 244 125 123 0 60 61 44 1 41 60
Binary 10100100 1010101 1010011 0 110000 110001 100100 1 100001 110000

Color Harmonies of #A45553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45553

Black with #A45553

Text Example


Text Example

White with #A45553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45553; }

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

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

background-color css

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

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

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

border-color css

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

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

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