Html Css Color HEX #A34E48 Apple Blossom

📋 copy color: '#A34E48'

red 163 ◦ green 78 ◦ blue 72

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

Shades of Apple Blossom #A34E48

Tints of Apple Blossom #A34E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23%

R = 52.08%
G = 24.92%
B = 23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A34E48 (or 0xA34E48) is known color: Apple Blossom. HEX triplet: A3, 4E and 48. RGB value is (163,78,72). Sum of RGB (Red+Green+Blue) = 163+78+72=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34E48 is #5CB1B7. Grayscale: #666666. Windows color (decimal): -6074808 or 4738723. OLE color: 4738723.

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

Color convert

RGB 163 78 72 -
CMYK 0 0.52 0.56 0.36
HSL 3.96º 0.39% 0.46% -
HSV(B) 3.96º 0.56% 0.64% -
XYZ 19 13.7 7.77 -
YUV 102.73 110.66 170.99 -
System Red Green Blue C M Y K H S L
Decimal 163 78 72 0 0.52 0.56 0.36 3.96 0.39 0.46
Hex A3 4E 48 0 34 38 24 4 27 2E
Octal 243 116 110 0 64 70 44 4 47 56
Binary 10100011 1001110 1001000 0 110100 111000 100100 100 100111 101110

Color Harmonies of #A34E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34E48

Black with #A34E48

Text Example


Text Example

White with #A34E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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