Html Css Color HEX #AD544B Apple Blossom

📋 copy color: '#AD544B'

red 173 ◦ green 84 ◦ blue 75

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

Shades of Apple Blossom #AD544B

Tints of Apple Blossom #AD544B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.3%

 BLUE value IS 75 (29.69% from 255) = 22.59%

R = 52.11%
G = 25.3%
B = 22.59%

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

#AD544B (or 0xAD544B) is known color: Apple Blossom. HEX triplet: AD, 54 and 4B. RGB value is (173,84,75). Sum of RGB (Red+Green+Blue) = 173+84+75=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD544B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD544B is #52ABB4. Grayscale: #6D6D6D. Windows color (decimal): -5417909 or 4936877. OLE color: 4936877.

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

Color convert

RGB 173 84 75 -
CMYK 0 0.51 0.57 0.32
HSL 5.51º 0.4% 0.49% -
HSV(B) 5.51º 0.57% 0.68% -
XYZ 21.67 15.73 8.55 -
YUV 109.59 108.49 173.23 -
System Red Green Blue C M Y K H S L
Decimal 173 84 75 0 0.51 0.57 0.32 5.51 0.4 0.49
Hex AD 54 4B 0 33 39 20 6 28 31
Octal 255 124 113 0 63 71 40 6 50 61
Binary 10101101 1010100 1001011 0 110011 111001 100000 110 101000 110001

Color Harmonies of #AD544B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD544B

Black with #AD544B

Text Example


Text Example

White with #AD544B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD544B; }

 p { color: rgb(173,84,75); }

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

background-color css

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

 a { background-color: rgb(173,84,75); }

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

border-color css

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

 span { border-color: rgb(173,84,75); }

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