Html Css Color HEX #A45755 Apple Blossom

📋 copy color: '#A45755'

red 164 ◦ green 87 ◦ blue 85

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

Shades of Apple Blossom #A45755

Tints of Apple Blossom #A45755

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.89%

 BLUE value IS 85 (33.59% from 255) = 25.3%

R = 48.81%
G = 25.89%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A45755 (or 0xA45755) is known color: Apple Blossom. HEX triplet: A4, 57 and 55. RGB value is (164,87,85). Sum of RGB (Red+Green+Blue) = 164+87+85=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A45755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45755 is #5BA8AA. Grayscale: #6D6D6D. Windows color (decimal): -6006955 or 5592996. OLE color: 5592996.

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

Color convert

RGB 164 87 85 -
CMYK 0 0.47 0.48 0.36
HSL 1.52º 0.32% 0.49% -
HSV(B) 1.52º 0.48% 0.64% -
XYZ 20.36 15.36 10.49 -
YUV 109.8 114.01 166.66 -
System Red Green Blue C M Y K H S L
Decimal 164 87 85 0 0.47 0.48 0.36 1.52 0.32 0.49
Hex A4 57 55 0 2F 30 24 2 20 31
Octal 244 127 125 0 57 60 44 2 40 61
Binary 10100100 1010111 1010101 0 101111 110000 100100 10 100000 110001

Color Harmonies of #A45755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45755

Black with #A45755

Text Example


Text Example

White with #A45755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45755; }

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

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

background-color css

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

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

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

border-color css

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

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

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