#A74C4B

Color #A74C4B Apple Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Blossom #A74C4B

Tints of Apple Blossom #A74C4B

Color information

#A74C4B (or 0xA74C4B) is unknown color: approx Apple Blossom. HEX triplet: A7, 4C and 4B. RGB value is (167,76,75). Sum of RGB (Red+Green+Blue) = 167+76+75=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A74C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74C4B is #58B3B4. Grayscale: #676767. Windows color (decimal): -5813173 or 4934823. OLE color: 4934823.

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

Color convert

RGB1677675-
CMYK00.540.550.35
HSL0.65º38.02%47.45%-
HSV(B)0.65º55.09%65.49%-
XYZ19.7913.898.3-
YUV103.09112.15173.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.52%
GREEN value IS 76 (30.08% from 255) = 23.90%
BLUE value IS 75 (29.69% from 255) = 23.58%
R=52.52%
G=23.90%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167767500.540.550.350.6538.0247.45
HexA74C4B03637231262f
Octal247114113066674314657
Binary101001111001100100101101101101101111000111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74C4B; }

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

 H1.HeaderClassName
 {
   color: #A74C4B;
 }
 .AnyTagClassName
 {
   color: #A74C4B;
 }
</style>
background-color css

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

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

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

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

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

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