Html Css Color HEX #A54F47 Apple Blossom

📋 copy color: '#A54F47'

red 165 ◦ green 79 ◦ blue 71

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

Shades of Apple Blossom #A54F47

Tints of Apple Blossom #A54F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.54%

R = 52.38%
G = 25.08%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A54F47 (or 0xA54F47) is known color: Apple Blossom. HEX triplet: A5, 4F and 47. RGB value is (165,79,71). Sum of RGB (Red+Green+Blue) = 165+79+71=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54F47 is #5AB0B8. Grayscale: #676767. Windows color (decimal): -5943481 or 4673445. OLE color: 4673445.

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

Color convert

RGB 165 79 71 -
CMYK 0 0.52 0.57 0.35
HSL 5.11º 0.4% 0.46% -
HSV(B) 5.11º 0.57% 0.65% -
XYZ 19.45 14.05 7.65 -
YUV 103.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 165 79 71 0 0.52 0.57 0.35 5.11 0.4 0.46
Hex A5 4F 47 0 34 39 23 5 28 2E
Octal 245 117 107 0 64 71 43 5 50 56
Binary 10100101 1001111 1000111 0 110100 111001 100011 101 101000 101110

Color Harmonies of #A54F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54F47

Black with #A54F47

Text Example


Text Example

White with #A54F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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