Html Css Color HEX #A75144 Apple Blossom

📋 copy color: '#A75144'

red 167 ◦ green 81 ◦ blue 68

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

Shades of Apple Blossom #A75144

Tints of Apple Blossom #A75144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.63%

 BLUE value IS 68 (26.95% from 255) = 21.52%

R = 52.85%
G = 25.63%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A75144 (or 0xA75144) is known color: Apple Blossom. HEX triplet: A7, 51 and 44. RGB value is (167,81,68). Sum of RGB (Red+Green+Blue) = 167+81+68=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A75144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75144 is #58AEBB. Grayscale: #696969. Windows color (decimal): -5811900 or 4477351. OLE color: 4477351.

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

Color convert

RGB 167 81 68 -
CMYK 0 0.51 0.59 0.35
HSL 7.88º 0.42% 0.46% -
HSV(B) 7.88º 0.59% 0.65% -
XYZ 19.92 14.52 7.22 -
YUV 105.23 106.99 172.06 -
System Red Green Blue C M Y K H S L
Decimal 167 81 68 0 0.51 0.59 0.35 7.88 0.42 0.46
Hex A7 51 44 0 33 3B 23 8 2A 2E
Octal 247 121 104 0 63 73 43 10 52 56
Binary 10100111 1010001 1000100 0 110011 111011 100011 1000 101010 101110

Color Harmonies of #A75144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75144

Black with #A75144

Text Example


Text Example

White with #A75144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75144; }

 p { color: rgb(167,81,68); }

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

background-color css

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

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

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

border-color css

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

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

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