Html Css Color HEX #AD8A4C Teak

📋 copy color: '#AD8A4C'

red 173 ◦ green 138 ◦ blue 76

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

Shades of Teak #AD8A4C

Tints of Teak #AD8A4C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.66%

 BLUE value IS 76 (30.08% from 255) = 19.64%

R = 44.7%
G = 35.66%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD8A4C (or 0xAD8A4C) is known color: Teak. HEX triplet: AD, 8A and 4C. RGB value is (173,138,76). Sum of RGB (Red+Green+Blue) = 173+138+76=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8A4C is #5275B3. Grayscale: #8D8D8D. Windows color (decimal): -5404084 or 5016237. OLE color: 5016237.

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

Color convert

RGB 173 138 76 -
CMYK 0 0.20 0.56 0.32
HSL 38.35º 0.39% 0.49% -
HSV(B) 38.35º 0.56% 0.68% -
XYZ 27.63 27.58 10.71 -
YUV 141.4 91.1 150.54 -
System Red Green Blue C M Y K H S L
Decimal 173 138 76 0 0.20 0.56 0.32 38.35 0.39 0.49
Hex AD 8A 4C 0 14 38 20 26 27 31
Octal 255 212 114 0 24 70 40 46 47 61
Binary 10101101 10001010 1001100 0 10100 111000 100000 100110 100111 110001

Color Harmonies of #AD8A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8A4C

Black with #AD8A4C

Text Example


Text Example

White with #AD8A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8A4C; }

 p { color: rgb(173,138,76); }

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

background-color css

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

 a { background-color: rgb(173,138,76); }

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

border-color css

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

 span { border-color: rgb(173,138,76); }

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