Html Css Color HEX #AD554C Apple Blossom

📋 copy color: '#AD554C'

red 173 ◦ green 85 ◦ blue 76

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

Shades of Apple Blossom #AD554C

Tints of Apple Blossom #AD554C

RGB

 RED value IS 173 (67.97% from 255) = 51.8%

 GREEN value IS 85 (33.59% from 255) = 25.45%

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

R = 51.8%
G = 25.45%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD554C (or 0xAD554C) is known color: Apple Blossom. HEX triplet: AD, 55 and 4C. RGB value is (173,85,76). Sum of RGB (Red+Green+Blue) = 173+85+76=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD554C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD554C is #52AAB3. Grayscale: #6E6E6E. Windows color (decimal): -5417652 or 5002669. OLE color: 5002669.

HSL color Cylindrical-coordinate representation of color #AD554C: hue angle of 5.57º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD554C is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 85 76 -
CMYK 0 0.51 0.56 0.32
HSL 5.57º 0.39% 0.49% -
HSV(B) 5.57º 0.56% 0.68% -
XYZ 21.79 15.9 8.76 -
YUV 110.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 173 85 76 0 0.51 0.56 0.32 5.57 0.39 0.49
Hex AD 55 4C 0 33 38 20 6 27 31
Octal 255 125 114 0 63 70 40 6 47 61
Binary 10101101 1010101 1001100 0 110011 111000 100000 110 100111 110001

Color Harmonies of #AD554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD554C

Black with #AD554C

Text Example


Text Example

White with #AD554C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD554C; }

 p { color: rgb(173,85,76); }

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

background-color css

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

 a { background-color: rgb(173,85,76); }

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

border-color css

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

 span { border-color: rgb(173,85,76); }

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