Html Css Color HEX #A54F4D Apple Blossom

📋 copy color: '#A54F4D'

red 165 ◦ green 79 ◦ blue 77

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

Shades of Apple Blossom #A54F4D

Tints of Apple Blossom #A54F4D

RGB

 RED value IS 165 (64.84% from 255) = 51.4%

 GREEN value IS 79 (31.25% from 255) = 24.61%

 BLUE value IS 77 (30.47% from 255) = 23.99%

R = 51.4%
G = 24.61%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A54F4D (or 0xA54F4D) is known color: Apple Blossom. HEX triplet: A5, 4F and 4D. RGB value is (165,79,77). Sum of RGB (Red+Green+Blue) = 165+79+77=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54F4D is #5AB0B2. Grayscale: #686868. Windows color (decimal): -5943475 or 5066661. OLE color: 5066661.

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

Color convert

RGB 165 79 77 -
CMYK 0 0.52 0.53 0.35
HSL 1.36º 0.36% 0.47% -
HSV(B) 1.36º 0.53% 0.65% -
XYZ 19.65 14.13 8.71 -
YUV 104.49 112.49 171.16 -
System Red Green Blue C M Y K H S L
Decimal 165 79 77 0 0.52 0.53 0.35 1.36 0.36 0.47
Hex A5 4F 4D 0 34 35 23 1 24 2F
Octal 245 117 115 0 64 65 43 1 44 57
Binary 10100101 1001111 1001101 0 110100 110101 100011 1 100100 101111

Color Harmonies of #A54F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54F4D

Black with #A54F4D

Text Example


Text Example

White with #A54F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54F4D; }

 p { color: rgb(165,79,77); }

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

background-color css

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

 a { background-color: rgb(165,79,77); }

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

border-color css

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

 span { border-color: rgb(165,79,77); }

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