Html Css Color HEX #AD512D Rose Of Sharon

📋 copy color: '#AD512D'

red 173 ◦ green 81 ◦ blue 45

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

Shades of Rose Of Sharon #AD512D

Tints of Rose Of Sharon #AD512D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.09%

 BLUE value IS 45 (17.97% from 255) = 15.05%

R = 57.86%
G = 27.09%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AD512D (or 0xAD512D) is known color: Rose Of Sharon. HEX triplet: AD, 51 and 2D. RGB value is (173,81,45). Sum of RGB (Red+Green+Blue) = 173+81+45=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD512D is #52AED2. Grayscale: #686868. Windows color (decimal): -5418707 or 2970029. OLE color: 2970029.

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

Color convert

RGB 173 81 45 -
CMYK 0 0.53 0.74 0.32
HSL 16.88º 0.59% 0.43% -
HSV(B) 16.88º 0.74% 0.68% -
XYZ 20.65 14.96 4.28 -
YUV 104.4 94.48 176.93 -
System Red Green Blue C M Y K H S L
Decimal 173 81 45 0 0.53 0.74 0.32 16.88 0.59 0.43
Hex AD 51 2D 0 35 4A 20 11 3B 2B
Octal 255 121 55 0 65 112 40 21 73 53
Binary 10101101 1010001 101101 0 110101 1001010 100000 10001 111011 101011

Color Harmonies of #AD512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD512D

Black with #AD512D

Text Example


Text Example

White with #AD512D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD512D; }

 p { color: rgb(173,81,45); }

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

background-color css

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

 a { background-color: rgb(173,81,45); }

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

border-color css

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

 span { border-color: rgb(173,81,45); }

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