Html Css Color HEX #A34F4F Apple Blossom

📋 copy color: '#A34F4F'

red 163 ◦ green 79 ◦ blue 79

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

Shades of Apple Blossom #A34F4F

Tints of Apple Blossom #A34F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.61%

R = 50.78%
G = 24.61%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A34F4F (or 0xA34F4F) is known color: Apple Blossom. HEX triplet: A3, 4F and 4F. RGB value is (163,79,79). Sum of RGB (Red+Green+Blue) = 163+79+79=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34F4F is #5CB0B0. Grayscale: #686868. Windows color (decimal): -6074545 or 5197731. OLE color: 5197731.

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

Color convert

RGB 163 79 79 -
CMYK 0 0.52 0.52 0.36
HSL 0.35% 0.47% -
HSV(B) 0.52% 0.64% -
XYZ 19.31 13.94 9.07 -
YUV 104.12 113.83 170 -
System Red Green Blue C M Y K H S L
Decimal 163 79 79 0 0.52 0.52 0.36 0 0.35 0.47
Hex A3 4F 4F 0 34 34 24 0 23 2F
Octal 243 117 117 0 64 64 44 0 43 57
Binary 10100011 1001111 1001111 0 110100 110100 100100 0 100011 101111

Color Harmonies of #A34F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34F4F

Black with #A34F4F

Text Example


Text Example

White with #A34F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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