Html Css Color HEX #A34F47 Apple Blossom

📋 copy color: '#A34F47'

red 163 ◦ green 79 ◦ blue 71

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

Shades of Apple Blossom #A34F47

Tints of Apple Blossom #A34F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.68%

R = 52.08%
G = 25.24%
B = 22.68%

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

#A34F47 (or 0xA34F47) is known color: Apple Blossom. HEX triplet: A3, 4F and 47. RGB value is (163,79,71). Sum of RGB (Red+Green+Blue) = 163+79+71=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34F47 is #5CB0B8. Grayscale: #676767. Windows color (decimal): -6074553 or 4673443. OLE color: 4673443.

HSL color Cylindrical-coordinate representation of color #A34F47: hue angle of 5.22º 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 #A34F47 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 79 71 -
CMYK 0 0.52 0.56 0.36
HSL 5.22º 0.39% 0.46% -
HSV(B) 5.22º 0.56% 0.64% -
XYZ 19.04 13.83 7.63 -
YUV 103.2 109.83 170.65 -
System Red Green Blue C M Y K H S L
Decimal 163 79 71 0 0.52 0.56 0.36 5.22 0.39 0.46
Hex A3 4F 47 0 34 38 24 5 27 2E
Octal 243 117 107 0 64 70 44 5 47 56
Binary 10100011 1001111 1000111 0 110100 111000 100100 101 100111 101110

Color Harmonies of #A34F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34F47

Black with #A34F47

Text Example


Text Example

White with #A34F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34F47; }

 p { color: rgb(163,79,71); }

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

background-color css

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

 a { background-color: rgb(163,79,71); }

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

border-color css

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

 span { border-color: rgb(163,79,71); }

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