Html Css Color HEX #A75046 Apple Blossom

📋 copy color: '#A75046'

red 167 ◦ green 80 ◦ blue 70

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

Shades of Apple Blossom #A75046

Tints of Apple Blossom #A75046

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.24%

 BLUE value IS 70 (27.73% from 255) = 22.08%

R = 52.68%
G = 25.24%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A75046 (or 0xA75046) is known color: Apple Blossom. HEX triplet: A7, 50 and 46. RGB value is (167,80,70). Sum of RGB (Red+Green+Blue) = 167+80+70=317 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.68% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 167 - color contains mainly: red. Hex color #A75046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75046 is #58AFB9. Grayscale: #696969. Windows color (decimal): -5812154 or 4608167. OLE color: 4608167.

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

Color convert

RGB 167 80 70 -
CMYK 0 0.52 0.58 0.35
HSL 6.19º 0.41% 0.46% -
HSV(B) 6.19º 0.58% 0.65% -
XYZ 19.91 14.4 7.52 -
YUV 104.87 108.32 172.31 -
System Red Green Blue C M Y K H S L
Decimal 167 80 70 0 0.52 0.58 0.35 6.19 0.41 0.46
Hex A7 50 46 0 34 3A 23 6 29 2E
Octal 247 120 106 0 64 72 43 6 51 56
Binary 10100111 1010000 1000110 0 110100 111010 100011 110 101001 101110

Color Harmonies of #A75046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75046

Black with #A75046

Text Example


Text Example

White with #A75046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75046; }

 p { color: rgb(167,80,70); }

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

background-color css

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

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

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

border-color css

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

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

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