Html Css Color HEX #A8524C Apple Blossom

📋 copy color: '#A8524C'

red 168 ◦ green 82 ◦ blue 76

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

Shades of Apple Blossom #A8524C

Tints of Apple Blossom #A8524C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.31%

R = 51.53%
G = 25.15%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A8524C (or 0xA8524C) is known color: Apple Blossom. HEX triplet: A8, 52 and 4C. RGB value is (168,82,76). Sum of RGB (Red+Green+Blue) = 168+82+76=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A8524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8524C is #57ADB3. Grayscale: #6B6B6B. Windows color (decimal): -5746100 or 5001896. OLE color: 5001896.

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

Color convert

RGB 168 82 76 -
CMYK 0 0.51 0.55 0.34
HSL 3.91º 0.38% 0.48% -
HSV(B) 3.91º 0.55% 0.66% -
XYZ 20.47 14.88 8.63 -
YUV 107.03 110.49 171.49 -
System Red Green Blue C M Y K H S L
Decimal 168 82 76 0 0.51 0.55 0.34 3.91 0.38 0.48
Hex A8 52 4C 0 33 37 22 4 26 30
Octal 250 122 114 0 63 67 42 4 46 60
Binary 10101000 1010010 1001100 0 110011 110111 100010 100 100110 110000

Color Harmonies of #A8524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8524C

Black with #A8524C

Text Example


Text Example

White with #A8524C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8524C; }

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

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

background-color css

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

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

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

border-color css

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

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

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