Html Css Color HEX #AD4B42 Apple Blossom

📋 copy color: '#AD4B42'

red 173 ◦ green 75 ◦ blue 66

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

Shades of Apple Blossom #AD4B42

Tints of Apple Blossom #AD4B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.02%

R = 55.1%
G = 23.89%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD4B42 (or 0xAD4B42) is known color: Apple Blossom. HEX triplet: AD, 4B and 42. RGB value is (173,75,66). Sum of RGB (Red+Green+Blue) = 173+75+66=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4B42 is #52B4BD. Grayscale: #676767. Windows color (decimal): -5420222 or 4344749. OLE color: 4344749.

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

Color convert

RGB 173 75 66 -
CMYK 0 0.57 0.62 0.32
HSL 5.05º 0.45% 0.47% -
HSV(B) 5.05º 0.62% 0.68% -
XYZ 20.73 14.31 6.82 -
YUV 103.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 173 75 66 0 0.57 0.62 0.32 5.05 0.45 0.47
Hex AD 4B 42 0 39 3E 20 5 2D 2F
Octal 255 113 102 0 71 76 40 5 55 57
Binary 10101101 1001011 1000010 0 111001 111110 100000 101 101101 101111

Color Harmonies of #AD4B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4B42

Black with #AD4B42

Text Example


Text Example

White with #AD4B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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