Html Css Color HEX #AD5245 Apple Blossom

📋 copy color: '#AD5245'

red 173 ◦ green 82 ◦ blue 69

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

Shades of Apple Blossom #AD5245

Tints of Apple Blossom #AD5245

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.31%

 BLUE value IS 69 (27.34% from 255) = 21.3%

R = 53.4%
G = 25.31%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD5245 (or 0xAD5245) is known color: Apple Blossom. HEX triplet: AD, 52 and 45. RGB value is (173,82,69). Sum of RGB (Red+Green+Blue) = 173+82+69=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5245 is #52ADBA. Grayscale: #6B6B6B. Windows color (decimal): -5418427 or 4543149. OLE color: 4543149.

HSL color Cylindrical-coordinate representation of color #AD5245: hue angle of 7.5º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD5245 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 82 69 -
CMYK 0 0.53 0.60 0.32
HSL 7.5º 0.43% 0.47% -
HSV(B) 7.5º 0.6% 0.68% -
XYZ 21.33 15.35 7.47 -
YUV 107.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 173 82 69 0 0.53 0.60 0.32 7.5 0.43 0.47
Hex AD 52 45 0 35 3C 20 8 2B 2F
Octal 255 122 105 0 65 74 40 10 53 57
Binary 10101101 1010010 1000101 0 110101 111100 100000 1000 101011 101111

Color Harmonies of #AD5245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5245

Black with #AD5245

Text Example


Text Example

White with #AD5245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5245; }

 p { color: rgb(173,82,69); }

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

background-color css

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

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

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

border-color css

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

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

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