Html Css Color HEX #AD6054 Crail

📋 copy color: '#AD6054'

red 173 ◦ green 96 ◦ blue 84

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

Shades of Crail #AD6054

Tints of Crail #AD6054

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

 BLUE value IS 84 (33.2% from 255) = 23.8%

R = 49.01%
G = 27.2%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD6054 (or 0xAD6054) is known color: Crail. HEX triplet: AD, 60 and 54. RGB value is (173,96,84). Sum of RGB (Red+Green+Blue) = 173+96+84=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6054 is #529FAB. Grayscale: #757575. Windows color (decimal): -5414828 or 5529773. OLE color: 5529773.

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

Color convert

RGB 173 96 84 -
CMYK 0 0.45 0.51 0.32
HSL 8.09º 0.35% 0.5% -
HSV(B) 8.09º 0.51% 0.68% -
XYZ 23.02 17.89 10.63 -
YUV 117.66 109.01 167.48 -
System Red Green Blue C M Y K H S L
Decimal 173 96 84 0 0.45 0.51 0.32 8.09 0.35 0.5
Hex AD 60 54 0 2D 33 20 8 23 32
Octal 255 140 124 0 55 63 40 10 43 62
Binary 10101101 1100000 1010100 0 101101 110011 100000 1000 100011 110010

Color Harmonies of #AD6054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6054

Black with #AD6054

Text Example


Text Example

White with #AD6054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6054; }

 p { color: rgb(173,96,84); }

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

background-color css

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

 a { background-color: rgb(173,96,84); }

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

border-color css

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

 span { border-color: rgb(173,96,84); }

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