Html Css Color HEX #AD855C Teak

📋 copy color: '#AD855C'

red 173 ◦ green 133 ◦ blue 92

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

Shades of Teak #AD855C

Tints of Teak #AD855C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.12%

R = 43.47%
G = 33.42%
B = 23.12%

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

#AD855C (or 0xAD855C) is known color: Teak. HEX triplet: AD, 85 and 5C. RGB value is (173,133,92). Sum of RGB (Red+Green+Blue) = 173+133+92=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD855C is #527AA3. Grayscale: #8C8C8C. Windows color (decimal): -5405348 or 6063533. OLE color: 6063533.

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

Color convert

RGB 173 133 92 -
CMYK 0 0.23 0.47 0.32
HSL 30.37º 0.33% 0.52% -
HSV(B) 30.37º 0.47% 0.68% -
XYZ 27.55 26.43 13.77 -
YUV 140.29 100.75 151.33 -
System Red Green Blue C M Y K H S L
Decimal 173 133 92 0 0.23 0.47 0.32 30.37 0.33 0.52
Hex AD 85 5C 0 17 2F 20 1E 21 34
Octal 255 205 134 0 27 57 40 36 41 64
Binary 10101101 10000101 1011100 0 10111 101111 100000 11110 100001 110100

Color Harmonies of #AD855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD855C

Black with #AD855C

Text Example


Text Example

White with #AD855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD855C; }

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

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

background-color css

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

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

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

border-color css

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

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

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