Html Css Color HEX #AD4A40 Apple Blossom

📋 copy color: '#AD4A40'

red 173 ◦ green 74 ◦ blue 64

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

Shades of Apple Blossom #AD4A40

Tints of Apple Blossom #AD4A40

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.79%

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 55.63%
G = 23.79%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD4A40 (or 0xAD4A40) is known color: Apple Blossom. HEX triplet: AD, 4A and 40. RGB value is (173,74,64). Sum of RGB (Red+Green+Blue) = 173+74+64=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4A40 is #52B5BF. Grayscale: #666666. Windows color (decimal): -5420480 or 4213421. OLE color: 4213421.

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

Color convert

RGB 173 74 64 -
CMYK 0 0.57 0.63 0.32
HSL 5.5º 0.46% 0.46% -
HSV(B) 5.5º 0.63% 0.68% -
XYZ 20.61 14.15 6.5 -
YUV 102.46 106.3 178.31 -
System Red Green Blue C M Y K H S L
Decimal 173 74 64 0 0.57 0.63 0.32 5.5 0.46 0.46
Hex AD 4A 40 0 39 3F 20 6 2E 2E
Octal 255 112 100 0 71 77 40 6 56 56
Binary 10101101 1001010 1000000 0 111001 111111 100000 110 101110 101110

Color Harmonies of #AD4A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4A40

Black with #AD4A40

Text Example


Text Example

White with #AD4A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4A40; }

 p { color: rgb(173,74,64); }

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

background-color css

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

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

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

border-color css

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

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

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