Html Css Color HEX #AD855A Teak

📋 copy color: '#AD855A'

red 173 ◦ green 133 ◦ blue 90

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

Shades of Teak #AD855A

Tints of Teak #AD855A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.73%

R = 43.69%
G = 33.59%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD855A (or 0xAD855A) is known color: Teak. HEX triplet: AD, 85 and 5A. RGB value is (173,133,90). Sum of RGB (Red+Green+Blue) = 173+133+90=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD855A is #527AA5. Grayscale: #8C8C8C. Windows color (decimal): -5405350 or 5932461. OLE color: 5932461.

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

Color convert

RGB 173 133 90 -
CMYK 0 0.23 0.48 0.32
HSL 31.08º 0.34% 0.52% -
HSV(B) 31.08º 0.48% 0.68% -
XYZ 27.47 26.4 13.32 -
YUV 140.06 99.75 151.5 -
System Red Green Blue C M Y K H S L
Decimal 173 133 90 0 0.23 0.48 0.32 31.08 0.34 0.52
Hex AD 85 5A 0 17 30 20 1F 22 34
Octal 255 205 132 0 27 60 40 37 42 64
Binary 10101101 10000101 1011010 0 10111 110000 100000 11111 100010 110100

Color Harmonies of #AD855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD855A

Black with #AD855A

Text Example


Text Example

White with #AD855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD855A; }

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

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

background-color css

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

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

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

border-color css

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

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

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