Html Css Color HEX #A45146 Apple Blossom

📋 copy color: '#A45146'

red 164 ◦ green 81 ◦ blue 70

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

Shades of Apple Blossom #A45146

Tints of Apple Blossom #A45146

RGB

 RED value IS 164 (64.45% from 255) = 52.06%

 GREEN value IS 81 (32.03% from 255) = 25.71%

 BLUE value IS 70 (27.73% from 255) = 22.22%

R = 52.06%
G = 25.71%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A45146 (or 0xA45146) is known color: Apple Blossom. HEX triplet: A4, 51 and 46. RGB value is (164,81,70). Sum of RGB (Red+Green+Blue) = 164+81+70=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A45146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45146 is #5BAEB9. Grayscale: #686868. Windows color (decimal): -6008506 or 4608420. OLE color: 4608420.

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

Color convert

RGB 164 81 70 -
CMYK 0 0.51 0.57 0.36
HSL 7.02º 0.4% 0.46% -
HSV(B) 7.02º 0.57% 0.64% -
XYZ 19.36 14.22 7.52 -
YUV 104.56 108.5 170.39 -
System Red Green Blue C M Y K H S L
Decimal 164 81 70 0 0.51 0.57 0.36 7.02 0.4 0.46
Hex A4 51 46 0 33 39 24 7 28 2E
Octal 244 121 106 0 63 71 44 7 50 56
Binary 10100100 1010001 1000110 0 110011 111001 100100 111 101000 101110

Color Harmonies of #A45146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45146

Black with #A45146

Text Example


Text Example

White with #A45146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45146; }

 p { color: rgb(164,81,70); }

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

background-color css

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

 a { background-color: rgb(164,81,70); }

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

border-color css

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

 span { border-color: rgb(164,81,70); }

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