Html Css Color HEX #A45856 Apple Blossom

📋 copy color: '#A45856'

red 164 ◦ green 88 ◦ blue 86

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

Shades of Apple Blossom #A45856

Tints of Apple Blossom #A45856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.44%

R = 48.52%
G = 26.04%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A45856 (or 0xA45856) is known color: Apple Blossom. HEX triplet: A4, 58 and 56. RGB value is (164,88,86). Sum of RGB (Red+Green+Blue) = 164+88+86=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A45856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45856 is #5BA7A9. Grayscale: #6E6E6E. Windows color (decimal): -6006698 or 5658788. OLE color: 5658788.

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

Color convert

RGB 164 88 86 -
CMYK 0 0.46 0.48 0.36
HSL 1.54º 0.31% 0.49% -
HSV(B) 1.54º 0.48% 0.64% -
XYZ 20.48 15.54 10.72 -
YUV 110.5 114.18 166.16 -
System Red Green Blue C M Y K H S L
Decimal 164 88 86 0 0.46 0.48 0.36 1.54 0.31 0.49
Hex A4 58 56 0 2E 30 24 2 1F 31
Octal 244 130 126 0 56 60 44 2 37 61
Binary 10100100 1011000 1010110 0 101110 110000 100100 10 11111 110001

Color Harmonies of #A45856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45856

Black with #A45856

Text Example


Text Example

White with #A45856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45856; }

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

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

background-color css

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

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

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

border-color css

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

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

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