Html Css Color HEX #AD855B Teak

📋 copy color: '#AD855B'

red 173 ◦ green 133 ◦ blue 91

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

Shades of Teak #AD855B

Tints of Teak #AD855B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.92%

R = 43.58%
G = 33.5%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD855B (or 0xAD855B) is known color: Teak. HEX triplet: AD, 85 and 5B. RGB value is (173,133,91). Sum of RGB (Red+Green+Blue) = 173+133+91=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD855B is #527AA4. Grayscale: #8C8C8C. Windows color (decimal): -5405349 or 5997997. OLE color: 5997997.

HSL color Cylindrical-coordinate representation of color #AD855B: hue angle of 30.73º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD855B is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 133 91 -
CMYK 0 0.23 0.47 0.32
HSL 30.73º 0.33% 0.52% -
HSV(B) 30.73º 0.47% 0.68% -
XYZ 27.51 26.41 13.55 -
YUV 140.17 100.25 151.42 -
System Red Green Blue C M Y K H S L
Decimal 173 133 91 0 0.23 0.47 0.32 30.73 0.33 0.52
Hex AD 85 5B 0 17 2F 20 1F 21 34
Octal 255 205 133 0 27 57 40 37 41 64
Binary 10101101 10000101 1011011 0 10111 101111 100000 11111 100001 110100

Color Harmonies of #AD855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD855B

Black with #AD855B

Text Example


Text Example

White with #AD855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD855B; }

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

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

background-color css

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

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

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

border-color css

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

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

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