Html Css Color HEX #AD8658 Teak

📋 copy color: '#AD8658'

red 173 ◦ green 134 ◦ blue 88

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

Shades of Teak #AD8658

Tints of Teak #AD8658

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.92%

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

R = 43.8%
G = 33.92%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD8658 (or 0xAD8658) is known color: Teak. HEX triplet: AD, 86 and 58. RGB value is (173,134,88). Sum of RGB (Red+Green+Blue) = 173+134+88=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8658 is #5279A7. Grayscale: #8C8C8C. Windows color (decimal): -5405096 or 5801645. OLE color: 5801645.

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

Color convert

RGB 173 134 88 -
CMYK 0 0.23 0.49 0.32
HSL 32.47º 0.34% 0.51% -
HSV(B) 32.47º 0.49% 0.68% -
XYZ 27.52 26.64 12.92 -
YUV 140.42 98.42 151.24 -
System Red Green Blue C M Y K H S L
Decimal 173 134 88 0 0.23 0.49 0.32 32.47 0.34 0.51
Hex AD 86 58 0 17 31 20 20 22 33
Octal 255 206 130 0 27 61 40 40 42 63
Binary 10101101 10000110 1011000 0 10111 110001 100000 100000 100010 110011

Color Harmonies of #AD8658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8658

Black with #AD8658

Text Example


Text Example

White with #AD8658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8658; }

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

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

background-color css

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

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

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

border-color css

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

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

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