Html Css Color HEX #A45954 Apple Blossom

📋 copy color: '#A45954'

red 164 ◦ green 89 ◦ blue 84

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

Shades of Apple Blossom #A45954

Tints of Apple Blossom #A45954

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.41%

 BLUE value IS 84 (33.2% from 255) = 24.93%

R = 48.66%
G = 26.41%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A45954 (or 0xA45954) is known color: Apple Blossom. HEX triplet: A4, 59 and 54. RGB value is (164,89,84). Sum of RGB (Red+Green+Blue) = 164+89+84=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A45954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45954 is #5BA6AB. Grayscale: #6E6E6E. Windows color (decimal): -6006444 or 5527972. OLE color: 5527972.

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

Color convert

RGB 164 89 84 -
CMYK 0 0.46 0.49 0.36
HSL 3.75º 0.32% 0.49% -
HSV(B) 3.75º 0.49% 0.64% -
XYZ 20.48 15.68 10.33 -
YUV 110.86 112.85 165.91 -
System Red Green Blue C M Y K H S L
Decimal 164 89 84 0 0.46 0.49 0.36 3.75 0.32 0.49
Hex A4 59 54 0 2E 31 24 4 20 31
Octal 244 131 124 0 56 61 44 4 40 61
Binary 10100100 1011001 1010100 0 101110 110001 100100 100 100000 110001

Color Harmonies of #A45954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45954

Black with #A45954

Text Example


Text Example

White with #A45954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45954; }

 p { color: rgb(164,89,84); }

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

background-color css

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

 a { background-color: rgb(164,89,84); }

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

border-color css

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

 span { border-color: rgb(164,89,84); }

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