Html Css Color HEX #A8524D Apple Blossom

📋 copy color: '#A8524D'

red 168 ◦ green 82 ◦ blue 77

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

Shades of Apple Blossom #A8524D

Tints of Apple Blossom #A8524D

RGB

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

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

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

R = 51.38%
G = 25.08%
B = 23.55%

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

#A8524D (or 0xA8524D) is known color: Apple Blossom. HEX triplet: A8, 52 and 4D. RGB value is (168,82,77). Sum of RGB (Red+Green+Blue) = 168+82+77=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8524D is #57ADB2. Grayscale: #6B6B6B. Windows color (decimal): -5746099 or 5067432. OLE color: 5067432.

HSL color Cylindrical-coordinate representation of color #A8524D: hue angle of 3.3º 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 #A8524D is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 82 77 -
CMYK 0 0.51 0.54 0.34
HSL 3.3º 0.37% 0.48% -
HSV(B) 3.3º 0.54% 0.66% -
XYZ 20.51 14.9 8.82 -
YUV 107.14 110.99 171.41 -
System Red Green Blue C M Y K H S L
Decimal 168 82 77 0 0.51 0.54 0.34 3.3 0.37 0.48
Hex A8 52 4D 0 33 36 22 3 25 30
Octal 250 122 115 0 63 66 42 3 45 60
Binary 10101000 1010010 1001101 0 110011 110110 100010 11 100101 110000

Color Harmonies of #A8524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8524D

Black with #A8524D

Text Example


Text Example

White with #A8524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8524D; }

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

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

background-color css

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

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

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

border-color css

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

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

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