Html Css Color HEX #A45653 Apple Blossom

📋 copy color: '#A45653'

red 164 ◦ green 86 ◦ blue 83

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

Shades of Apple Blossom #A45653

Tints of Apple Blossom #A45653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.83%

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

R = 49.25%
G = 25.83%
B = 24.92%

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

#A45653 (or 0xA45653) is known color: Apple Blossom. HEX triplet: A4, 56 and 53. RGB value is (164,86,83). Sum of RGB (Red+Green+Blue) = 164+86+83=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A45653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45653 is #5BA9AC. Grayscale: #6D6D6D. Windows color (decimal): -6007213 or 5461668. OLE color: 5461668.

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

Color convert

RGB 164 86 83 -
CMYK 0 0.48 0.49 0.36
HSL 2.22º 0.33% 0.48% -
HSV(B) 2.22º 0.49% 0.64% -
XYZ 20.2 15.17 10.05 -
YUV 108.98 113.34 167.24 -
System Red Green Blue C M Y K H S L
Decimal 164 86 83 0 0.48 0.49 0.36 2.22 0.33 0.48
Hex A4 56 53 0 30 31 24 2 21 30
Octal 244 126 123 0 60 61 44 2 41 60
Binary 10100100 1010110 1010011 0 110000 110001 100100 10 100001 110000

Color Harmonies of #A45653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45653

Black with #A45653

Text Example


Text Example

White with #A45653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45653; }

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

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

background-color css

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

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

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

border-color css

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

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

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