Html Css Color HEX #AD4B44 Apple Blossom

📋 copy color: '#AD4B44'

red 173 ◦ green 75 ◦ blue 68

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

Shades of Apple Blossom #AD4B44

Tints of Apple Blossom #AD4B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.52%

R = 54.75%
G = 23.73%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD4B44 (or 0xAD4B44) is known color: Apple Blossom. HEX triplet: AD, 4B and 44. RGB value is (173,75,68). Sum of RGB (Red+Green+Blue) = 173+75+68=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4B44 is #52B4BB. Grayscale: #676767. Windows color (decimal): -5420220 or 4475821. OLE color: 4475821.

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

Color convert

RGB 173 75 68 -
CMYK 0 0.57 0.61 0.32
HSL 0.44% 0.47% -
HSV(B) 0.61% 0.68% -
XYZ 20.79 14.33 7.14 -
YUV 103.5 107.97 177.57 -
System Red Green Blue C M Y K H S L
Decimal 173 75 68 0 0.57 0.61 0.32 4 0.44 0.47
Hex AD 4B 44 0 39 3D 20 4 2C 2F
Octal 255 113 104 0 71 75 40 4 54 57
Binary 10101101 1001011 1000100 0 111001 111101 100000 100 101100 101111

Color Harmonies of #AD4B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4B44

Black with #AD4B44

Text Example


Text Example

White with #AD4B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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