Html Css Color HEX #A75959 Apple Blossom

📋 copy color: '#A75959'

red 167 ◦ green 89 ◦ blue 89

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

Shades of Apple Blossom #A75959

Tints of Apple Blossom #A75959

RGB

 RED value IS 167 (65.63% from 255) = 48.41%

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

 BLUE value IS 89 (35.16% from 255) = 25.8%

R = 48.41%
G = 25.8%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A75959 (or 0xA75959) is known color: Apple Blossom. HEX triplet: A7, 59 and 59. RGB value is (167,89,89). Sum of RGB (Red+Green+Blue) = 167+89+89=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 167 - color contains mainly: red. Hex color #A75959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75959 is #58A6A6. Grayscale: #707070. Windows color (decimal): -5809831 or 5855655. OLE color: 5855655.

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

Color convert

RGB 167 89 89 -
CMYK 0 0.47 0.47 0.35
HSL 0.31% 0.5% -
HSV(B) 0.47% 0.65% -
XYZ 21.31 16.08 11.43 -
YUV 112.32 114.84 167 -
System Red Green Blue C M Y K H S L
Decimal 167 89 89 0 0.47 0.47 0.35 0 0.31 0.5
Hex A7 59 59 0 2F 2F 23 0 1F 32
Octal 247 131 131 0 57 57 43 0 37 62
Binary 10100111 1011001 1011001 0 101111 101111 100011 0 11111 110010

Color Harmonies of #A75959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75959

Black with #A75959

Text Example


Text Example

White with #A75959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75959; }

 p { color: rgb(167,89,89); }

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

background-color css

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

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

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

border-color css

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

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

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