Html Css Color HEX #AD5B5A Apple Blossom

📋 copy color: '#AD5B5A'

red 173 ◦ green 91 ◦ blue 90

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

Shades of Apple Blossom #AD5B5A

Tints of Apple Blossom #AD5B5A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.71%

 BLUE value IS 90 (35.55% from 255) = 25.42%

R = 48.87%
G = 25.71%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD5B5A (or 0xAD5B5A) is known color: Apple Blossom. HEX triplet: AD, 5B and 5A. RGB value is (173,91,90). Sum of RGB (Red+Green+Blue) = 173+91+90=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5B5A is #52A4A5. Grayscale: #737373. Windows color (decimal): -5416102 or 5921709. OLE color: 5921709.

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

Color convert

RGB 173 91 90 -
CMYK 0 0.47 0.48 0.32
HSL 0.72º 0.34% 0.52% -
HSV(B) 0.72º 0.48% 0.68% -
XYZ 22.82 17.1 11.77 -
YUV 115.4 113.67 169.08 -
System Red Green Blue C M Y K H S L
Decimal 173 91 90 0 0.47 0.48 0.32 0.72 0.34 0.52
Hex AD 5B 5A 0 2F 30 20 1 22 34
Octal 255 133 132 0 57 60 40 1 42 64
Binary 10101101 1011011 1011010 0 101111 110000 100000 1 100010 110100

Color Harmonies of #AD5B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5B5A

Black with #AD5B5A

Text Example


Text Example

White with #AD5B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5B5A; }

 p { color: rgb(173,91,90); }

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

background-color css

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

 a { background-color: rgb(173,91,90); }

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

border-color css

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

 span { border-color: rgb(173,91,90); }

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