Html Css Color HEX #A45957 Apple Blossom

📋 copy color: '#A45957'

red 164 ◦ green 89 ◦ blue 87

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

Shades of Apple Blossom #A45957

Tints of Apple Blossom #A45957

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.18%

 BLUE value IS 87 (34.38% from 255) = 25.59%

R = 48.24%
G = 26.18%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A45957 (or 0xA45957) is known color: Apple Blossom. HEX triplet: A4, 59 and 57. RGB value is (164,89,87). Sum of RGB (Red+Green+Blue) = 164+89+87=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A45957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45957 is #5BA6A8. Grayscale: #6F6F6F. Windows color (decimal): -6006441 or 5724580. OLE color: 5724580.

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

Color convert

RGB 164 89 87 -
CMYK 0 0.46 0.47 0.36
HSL 1.56º 0.31% 0.49% -
HSV(B) 1.56º 0.47% 0.64% -
XYZ 20.6 15.73 10.97 -
YUV 111.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 164 89 87 0 0.46 0.47 0.36 1.56 0.31 0.49
Hex A4 59 57 0 2E 2F 24 2 1F 31
Octal 244 131 127 0 56 57 44 2 37 61
Binary 10100100 1011001 1010111 0 101110 101111 100100 10 11111 110001

Color Harmonies of #A45957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45957

Black with #A45957

Text Example


Text Example

White with #A45957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45957; }

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

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

background-color css

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

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

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

border-color css

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

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

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