Html Css Color HEX #A74C49 Apple Blossom

📋 copy color: '#A74C49'

red 167 ◦ green 76 ◦ blue 73

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

Shades of Apple Blossom #A74C49

Tints of Apple Blossom #A74C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 52.85%
G = 24.05%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A74C49 (or 0xA74C49) is known color: Apple Blossom. HEX triplet: A7, 4C and 49. RGB value is (167,76,73). Sum of RGB (Red+Green+Blue) = 167+76+73=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A74C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74C49 is #58B3B6. Grayscale: #666666. Windows color (decimal): -5813175 or 4803751. OLE color: 4803751.

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

Color convert

RGB 167 76 73 -
CMYK 0 0.54 0.56 0.35
HSL 1.91º 0.39% 0.47% -
HSV(B) 1.91º 0.56% 0.65% -
XYZ 19.72 13.87 7.94 -
YUV 102.87 111.15 173.74 -
System Red Green Blue C M Y K H S L
Decimal 167 76 73 0 0.54 0.56 0.35 1.91 0.39 0.47
Hex A7 4C 49 0 36 38 23 2 27 2F
Octal 247 114 111 0 66 70 43 2 47 57
Binary 10100111 1001100 1001001 0 110110 111000 100011 10 100111 101111

Color Harmonies of #A74C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74C49

Black with #A74C49

Text Example


Text Example

White with #A74C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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