Html Css Color HEX #A34E46 Apple Blossom

📋 copy color: '#A34E46'

red 163 ◦ green 78 ◦ blue 70

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

Shades of Apple Blossom #A34E46

Tints of Apple Blossom #A34E46

RGB

 RED value IS 163 (64.06% from 255) = 52.41%

 GREEN value IS 78 (30.86% from 255) = 25.08%

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

R = 52.41%
G = 25.08%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A34E46 (or 0xA34E46) is known color: Apple Blossom. HEX triplet: A3, 4E and 46. RGB value is (163,78,70). Sum of RGB (Red+Green+Blue) = 163+78+70=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34E46 is #5CB1B9. Grayscale: #666666. Windows color (decimal): -6074810 or 4607651. OLE color: 4607651.

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

Color convert

RGB 163 78 70 -
CMYK 0 0.52 0.57 0.36
HSL 5.16º 0.4% 0.46% -
HSV(B) 5.16º 0.57% 0.64% -
XYZ 18.93 13.68 7.44 -
YUV 102.5 109.66 171.15 -
System Red Green Blue C M Y K H S L
Decimal 163 78 70 0 0.52 0.57 0.36 5.16 0.4 0.46
Hex A3 4E 46 0 34 39 24 5 28 2E
Octal 243 116 106 0 64 71 44 5 50 56
Binary 10100011 1001110 1000110 0 110100 111001 100100 101 101000 101110

Color Harmonies of #A34E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34E46

Black with #A34E46

Text Example


Text Example

White with #A34E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34E46; }

 p { color: rgb(163,78,70); }

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

background-color css

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

 a { background-color: rgb(163,78,70); }

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

border-color css

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

 span { border-color: rgb(163,78,70); }

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