#A45045

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

Shades of Apple Blossom #A45045

Tints of Apple Blossom #A45045

Color information

#A45045 (or 0xA45045) is unknown color: approx Apple Blossom. HEX triplet: A4, 50 and 45. RGB value is (164,80,69). Sum of RGB (Red+Green+Blue) = 164+80+69=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A45045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45045 is #5BAFBA. Grayscale: #676767. Windows color (decimal): -6008763 or 4542628. OLE color: 4542628.

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

Color convert

RGB1648069-
CMYK00.510.580.36
HSL6.95º40.77%45.69%-
HSV(B)6.95º57.93%64.31%-
XYZ19.2514.067.33-
YUV103.86108.33170.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.40%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 69 (27.34% from 255) = 22.04%
R=52.40%
G=25.56%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164806900.510.580.366.9540.7745.69
HexA450450333A247292e
Octal244120105063724475156
Binary10100100101000010001010110011111010100100111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45045; }

 p { color: rgb(164,80,69); }

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

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

 a { background-color: rgb(164,80,69); }

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

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

 span { border-color: rgb(164,80,69); }

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