Html Css Color HEX #AD554A Apple Blossom

📋 copy color: '#AD554A'

red 173 ◦ green 85 ◦ blue 74

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

Shades of Apple Blossom #AD554A

Tints of Apple Blossom #AD554A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 52.11%
G = 25.6%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD554A (or 0xAD554A) is known color: Apple Blossom. HEX triplet: AD, 55 and 4A. RGB value is (173,85,74). Sum of RGB (Red+Green+Blue) = 173+85+74=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD554A is #52AAB5. Grayscale: #6E6E6E. Windows color (decimal): -5417654 or 4871597. OLE color: 4871597.

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

Color convert

RGB 173 85 74 -
CMYK 0 0.51 0.57 0.32
HSL 6.67º 0.4% 0.48% -
HSV(B) 6.67º 0.57% 0.68% -
XYZ 21.72 15.88 8.4 -
YUV 110.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 173 85 74 0 0.51 0.57 0.32 6.67 0.4 0.48
Hex AD 55 4A 0 33 39 20 7 28 30
Octal 255 125 112 0 63 71 40 7 50 60
Binary 10101101 1010101 1001010 0 110011 111001 100000 111 101000 110000

Color Harmonies of #AD554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD554A

Black with #AD554A

Text Example


Text Example

White with #AD554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD554A; }

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

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

background-color css

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

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

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

border-color css

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

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

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