Html Css Color HEX #A74C48 Apple Blossom

📋 copy color: '#A74C48'

red 167 ◦ green 76 ◦ blue 72

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

Shades of Apple Blossom #A74C48

Tints of Apple Blossom #A74C48

RGB

 RED value IS 167 (65.63% from 255) = 53.02%

 GREEN value IS 76 (30.08% from 255) = 24.13%

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

R = 53.02%
G = 24.13%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A74C48 (or 0xA74C48) is known color: Apple Blossom. HEX triplet: A7, 4C and 48. RGB value is (167,76,72). Sum of RGB (Red+Green+Blue) = 167+76+72=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A74C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74C48 is #58B3B7. Grayscale: #666666. Windows color (decimal): -5813176 or 4738215. OLE color: 4738215.

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

Color convert

RGB 167 76 72 -
CMYK 0 0.54 0.57 0.35
HSL 2.53º 0.4% 0.47% -
HSV(B) 2.53º 0.57% 0.65% -
XYZ 19.69 13.85 7.77 -
YUV 102.75 110.65 173.83 -
System Red Green Blue C M Y K H S L
Decimal 167 76 72 0 0.54 0.57 0.35 2.53 0.4 0.47
Hex A7 4C 48 0 36 39 23 3 28 2F
Octal 247 114 110 0 66 71 43 3 50 57
Binary 10100111 1001100 1001000 0 110110 111001 100011 11 101000 101111

Color Harmonies of #A74C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74C48

Black with #A74C48

Text Example


Text Example

White with #A74C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74C48; }

 p { color: rgb(167,76,72); }

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

background-color css

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

 a { background-color: rgb(167,76,72); }

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

border-color css

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

 span { border-color: rgb(167,76,72); }

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