Html Css Color HEX #A95953 Apple Blossom

📋 copy color: '#A95953'

red 169 ◦ green 89 ◦ blue 83

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

Shades of Apple Blossom #A95953

Tints of Apple Blossom #A95953

RGB

 RED value IS 169 (66.41% from 255) = 49.56%

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

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

R = 49.56%
G = 26.1%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A95953 (or 0xA95953) is known color: Apple Blossom. HEX triplet: A9, 59 and 53. RGB value is (169,89,83). Sum of RGB (Red+Green+Blue) = 169+89+83=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A95953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95953 is #56A6AC. Grayscale: #707070. Windows color (decimal): -5678765 or 5462441. OLE color: 5462441.

HSL color Cylindrical-coordinate representation of color #A95953: hue angle of 4.19º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A95953 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 89 83 -
CMYK 0 0.47 0.51 0.34
HSL 4.19º 0.34% 0.49% -
HSV(B) 4.19º 0.51% 0.66% -
XYZ 21.5 16.2 10.18 -
YUV 112.24 111.5 168.49 -
System Red Green Blue C M Y K H S L
Decimal 169 89 83 0 0.47 0.51 0.34 4.19 0.34 0.49
Hex A9 59 53 0 2F 33 22 4 22 31
Octal 251 131 123 0 57 63 42 4 42 61
Binary 10101001 1011001 1010011 0 101111 110011 100010 100 100010 110001

Color Harmonies of #A95953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95953

Black with #A95953

Text Example


Text Example

White with #A95953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95953; }

 p { color: rgb(169,89,83); }

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

background-color css

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

 a { background-color: rgb(169,89,83); }

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

border-color css

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

 span { border-color: rgb(169,89,83); }

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