Html Css Color HEX #AD8554 Teak

📋 copy color: '#AD8554'

red 173 ◦ green 133 ◦ blue 84

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

Shades of Teak #AD8554

Tints of Teak #AD8554

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.1%

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

R = 44.36%
G = 34.1%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD8554 (or 0xAD8554) is known color: Teak. HEX triplet: AD, 85 and 54. RGB value is (173,133,84). Sum of RGB (Red+Green+Blue) = 173+133+84=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8554 is #527AAB. Grayscale: #8B8B8B. Windows color (decimal): -5405356 or 5539245. OLE color: 5539245.

HSL color Cylindrical-coordinate representation of color #AD8554: hue angle of 33.03º 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 #AD8554 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 133 84 -
CMYK 0 0.23 0.51 0.32
HSL 33.03º 0.35% 0.5% -
HSV(B) 33.03º 0.51% 0.68% -
XYZ 27.22 26.3 12.03 -
YUV 139.37 96.75 151.98 -
System Red Green Blue C M Y K H S L
Decimal 173 133 84 0 0.23 0.51 0.32 33.03 0.35 0.5
Hex AD 85 54 0 17 33 20 21 23 32
Octal 255 205 124 0 27 63 40 41 43 62
Binary 10101101 10000101 1010100 0 10111 110011 100000 100001 100011 110010

Color Harmonies of #AD8554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8554

Black with #AD8554

Text Example


Text Example

White with #AD8554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8554; }

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

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

background-color css

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

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

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

border-color css

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

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

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