Html Css Color HEX #AD8F58 Teak

📋 copy color: '#AD8F58'

red 173 ◦ green 143 ◦ blue 88

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

Shades of Teak #AD8F58

Tints of Teak #AD8F58

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.4%

 BLUE value IS 88 (34.77% from 255) = 21.78%

R = 42.82%
G = 35.4%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD8F58 (or 0xAD8F58) is known color: Teak. HEX triplet: AD, 8F and 58. RGB value is (173,143,88). Sum of RGB (Red+Green+Blue) = 173+143+88=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F58 is #5270A7. Grayscale: #919191. Windows color (decimal): -5402792 or 5803949. OLE color: 5803949.

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

Color convert

RGB 173 143 88 -
CMYK 0 0.17 0.49 0.32
HSL 38.82º 0.34% 0.51% -
HSV(B) 38.82º 0.49% 0.68% -
XYZ 28.82 29.23 13.36 -
YUV 145.7 95.44 147.47 -
System Red Green Blue C M Y K H S L
Decimal 173 143 88 0 0.17 0.49 0.32 38.82 0.34 0.51
Hex AD 8F 58 0 11 31 20 27 22 33
Octal 255 217 130 0 21 61 40 47 42 63
Binary 10101101 10001111 1011000 0 10001 110001 100000 100111 100010 110011

Color Harmonies of #AD8F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F58

Black with #AD8F58

Text Example


Text Example

White with #AD8F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F58; }

 p { color: rgb(173,143,88); }

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

background-color css

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

 a { background-color: rgb(173,143,88); }

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

border-color css

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

 span { border-color: rgb(173,143,88); }

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