Html Css Color HEX #AD4B4B Apple Blossom

📋 copy color: '#AD4B4B'

red 173 ◦ green 75 ◦ blue 75

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

Shades of Apple Blossom #AD4B4B

Tints of Apple Blossom #AD4B4B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.22%

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

R = 53.56%
G = 23.22%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD4B4B (or 0xAD4B4B) is known color: Apple Blossom. HEX triplet: AD, 4B and 4B. RGB value is (173,75,75). Sum of RGB (Red+Green+Blue) = 173+75+75=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4B4B is #52B4B4. Grayscale: #686868. Windows color (decimal): -5420213 or 4934573. OLE color: 4934573.

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

Color convert

RGB 173 75 75 -
CMYK 0 0.57 0.57 0.32
HSL 0.4% 0.49% -
HSV(B) 0.57% 0.68% -
XYZ 21.02 14.42 8.33 -
YUV 104.3 111.47 177 -
System Red Green Blue C M Y K H S L
Decimal 173 75 75 0 0.57 0.57 0.32 0 0.4 0.49
Hex AD 4B 4B 0 39 39 20 0 28 31
Octal 255 113 113 0 71 71 40 0 50 61
Binary 10101101 1001011 1001011 0 111001 111001 100000 0 101000 110001

Color Harmonies of #AD4B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4B4B

Black with #AD4B4B

Text Example


Text Example

White with #AD4B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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