Html Css Color HEX #A75955 Apple Blossom

📋 copy color: '#A75955'

red 167 ◦ green 89 ◦ blue 85

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

Shades of Apple Blossom #A75955

Tints of Apple Blossom #A75955

RGB

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

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

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

R = 48.97%
G = 26.1%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A75955 (or 0xA75955) is known color: Apple Blossom. HEX triplet: A7, 59 and 55. RGB value is (167,89,85). Sum of RGB (Red+Green+Blue) = 167+89+85=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A75955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75955 is #58A6AA. Grayscale: #6F6F6F. Windows color (decimal): -5809835 or 5593511. OLE color: 5593511.

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

Color convert

RGB 167 89 85 -
CMYK 0 0.47 0.49 0.35
HSL 2.93º 0.33% 0.49% -
HSV(B) 2.93º 0.49% 0.65% -
XYZ 21.15 16.02 10.57 -
YUV 111.87 112.84 167.33 -
System Red Green Blue C M Y K H S L
Decimal 167 89 85 0 0.47 0.49 0.35 2.93 0.33 0.49
Hex A7 59 55 0 2F 31 23 3 21 31
Octal 247 131 125 0 57 61 43 3 41 61
Binary 10100111 1011001 1010101 0 101111 110001 100011 11 100001 110001

Color Harmonies of #A75955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75955

Black with #A75955

Text Example


Text Example

White with #A75955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75955; }

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

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

background-color css

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

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

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

border-color css

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

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

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