Html Css Color HEX #A24F46 Apple Blossom

📋 copy color: '#A24F46'

red 162 ◦ green 79 ◦ blue 70

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

Shades of Apple Blossom #A24F46

Tints of Apple Blossom #A24F46

RGB

 RED value IS 162 (63.67% from 255) = 52.09%

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

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

R = 52.09%
G = 25.4%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A24F46 (or 0xA24F46) is known color: Apple Blossom. HEX triplet: A2, 4F and 46. RGB value is (162,79,70). Sum of RGB (Red+Green+Blue) = 162+79+70=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24F46 is #5DB0B9. Grayscale: #666666. Windows color (decimal): -6140090 or 4607906. OLE color: 4607906.

HSL color Cylindrical-coordinate representation of color #A24F46: hue angle of 5.87º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A24F46 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 79 70 -
CMYK 0 0.51 0.57 0.36
HSL 5.87º 0.4% 0.45% -
HSV(B) 5.87º 0.57% 0.64% -
XYZ 18.8 13.72 7.45 -
YUV 102.79 109.5 170.23 -
System Red Green Blue C M Y K H S L
Decimal 162 79 70 0 0.51 0.57 0.36 5.87 0.4 0.45
Hex A2 4F 46 0 33 39 24 6 28 2D
Octal 242 117 106 0 63 71 44 6 50 55
Binary 10100010 1001111 1000110 0 110011 111001 100100 110 101000 101101

Color Harmonies of #A24F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24F46

Black with #A24F46

Text Example


Text Example

White with #A24F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24F46; }

 p { color: rgb(162,79,70); }

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

background-color css

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

 a { background-color: rgb(162,79,70); }

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

border-color css

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

 span { border-color: rgb(162,79,70); }

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