Html Css Color HEX #A04F4D Apple Blossom

📋 copy color: '#A04F4D'

red 160 ◦ green 79 ◦ blue 77

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

Shades of Apple Blossom #A04F4D

Tints of Apple Blossom #A04F4D

RGB

 RED value IS 160 (62.89% from 255) = 50.63%

 GREEN value IS 79 (31.25% from 255) = 25%

 BLUE value IS 77 (30.47% from 255) = 24.37%

R = 50.63%
G = 25%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A04F4D (or 0xA04F4D) is known color: Apple Blossom. HEX triplet: A0, 4F and 4D. RGB value is (160,79,77). Sum of RGB (Red+Green+Blue) = 160+79+77=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F4D is #5FB0B2. Grayscale: #676767. Windows color (decimal): -6271155 or 5066656. OLE color: 5066656.

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

Color convert

RGB 160 79 77 -
CMYK 0 0.51 0.52 0.37
HSL 1.45º 0.35% 0.46% -
HSV(B) 1.45º 0.52% 0.63% -
XYZ 18.63 13.6 8.66 -
YUV 102.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 160 79 77 0 0.51 0.52 0.37 1.45 0.35 0.46
Hex A0 4F 4D 0 33 34 25 1 23 2E
Octal 240 117 115 0 63 64 45 1 43 56
Binary 10100000 1001111 1001101 0 110011 110100 100101 1 100011 101110

Color Harmonies of #A04F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04F4D

Black with #A04F4D

Text Example


Text Example

White with #A04F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04F4D; }

 p { color: rgb(160,79,77); }

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

background-color css

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

 a { background-color: rgb(160,79,77); }

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

border-color css

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

 span { border-color: rgb(160,79,77); }

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