Html Css Color HEX #AD4F3F Apple Blossom

📋 copy color: '#AD4F3F'

red 173 ◦ green 79 ◦ blue 63

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

Shades of Apple Blossom #AD4F3F

Tints of Apple Blossom #AD4F3F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.08%

 BLUE value IS 63 (25% from 255) = 20%

R = 54.92%
G = 25.08%
B = 20%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD4F3F (or 0xAD4F3F) is known color: Apple Blossom. HEX triplet: AD, 4F and 3F. RGB value is (173,79,63). Sum of RGB (Red+Green+Blue) = 173+79+63=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4F3F is #52B0C0. Grayscale: #696969. Windows color (decimal): -5419201 or 4149165. OLE color: 4149165.

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

Color convert

RGB 173 79 63 -
CMYK 0 0.54 0.64 0.32
HSL 8.73º 0.47% 0.46% -
HSV(B) 8.73º 0.64% 0.68% -
XYZ 20.93 14.84 6.46 -
YUV 105.28 104.14 176.3 -
System Red Green Blue C M Y K H S L
Decimal 173 79 63 0 0.54 0.64 0.32 8.73 0.47 0.46
Hex AD 4F 3F 0 36 40 20 9 2F 2E
Octal 255 117 77 0 66 100 40 11 57 56
Binary 10101101 1001111 111111 0 110110 1000000 100000 1001 101111 101110

Color Harmonies of #AD4F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4F3F

Black with #AD4F3F

Text Example


Text Example

White with #AD4F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4F3F; }

 p { color: rgb(173,79,63); }

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

background-color css

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

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

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

border-color css

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

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

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