Html Css Color HEX #A8524E Apple Blossom

📋 copy color: '#A8524E'

red 168 ◦ green 82 ◦ blue 78

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

Shades of Apple Blossom #A8524E

Tints of Apple Blossom #A8524E

RGB

 RED value IS 168 (66.02% from 255) = 51.22%

 GREEN value IS 82 (32.42% from 255) = 25%

 BLUE value IS 78 (30.86% from 255) = 23.78%

R = 51.22%
G = 25%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A8524E (or 0xA8524E) is known color: Apple Blossom. HEX triplet: A8, 52 and 4E. RGB value is (168,82,78). Sum of RGB (Red+Green+Blue) = 168+82+78=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A8524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8524E is #57ADB1. Grayscale: #6B6B6B. Windows color (decimal): -5746098 or 5132968. OLE color: 5132968.

HSL color Cylindrical-coordinate representation of color #A8524E: hue angle of 2.67º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8524E is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 82 78 -
CMYK 0 0.51 0.54 0.34
HSL 2.67º 0.37% 0.48% -
HSV(B) 2.67º 0.54% 0.66% -
XYZ 20.54 14.91 9 -
YUV 107.26 111.49 171.33 -
System Red Green Blue C M Y K H S L
Decimal 168 82 78 0 0.51 0.54 0.34 2.67 0.37 0.48
Hex A8 52 4E 0 33 36 22 3 25 30
Octal 250 122 116 0 63 66 42 3 45 60
Binary 10101000 1010010 1001110 0 110011 110110 100010 11 100101 110000

Color Harmonies of #A8524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8524E

Black with #A8524E

Text Example


Text Example

White with #A8524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8524E; }

 p { color: rgb(168,82,78); }

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

background-color css

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

 a { background-color: rgb(168,82,78); }

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

border-color css

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

 span { border-color: rgb(168,82,78); }

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