Html Css Color HEX #A8855B Teak

📋 copy color: '#A8855B'

red 168 ◦ green 133 ◦ blue 91

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

Shades of Teak #A8855B

Tints of Teak #A8855B

RGB

 RED value IS 168 (66.02% from 255) = 42.86%

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

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

R = 42.86%
G = 33.93%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A8855B (or 0xA8855B) is known color: Teak. HEX triplet: A8, 85 and 5B. RGB value is (168,133,91). Sum of RGB (Red+Green+Blue) = 168+133+91=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A8855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8855B is #577AA4. Grayscale: #8A8A8A. Windows color (decimal): -5733029 or 5997992. OLE color: 5997992.

HSL color Cylindrical-coordinate representation of color #A8855B: hue angle of 32.73º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8855B is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 133 91 -
CMYK 0 0.21 0.46 0.34
HSL 32.73º 0.31% 0.51% -
HSV(B) 32.73º 0.46% 0.66% -
XYZ 26.42 25.86 13.5 -
YUV 138.68 101.1 148.92 -
System Red Green Blue C M Y K H S L
Decimal 168 133 91 0 0.21 0.46 0.34 32.73 0.31 0.51
Hex A8 85 5B 0 15 2E 22 21 1F 33
Octal 250 205 133 0 25 56 42 41 37 63
Binary 10101000 10000101 1011011 0 10101 101110 100010 100001 11111 110011

Color Harmonies of #A8855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8855B

Black with #A8855B

Text Example


Text Example

White with #A8855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8855B; }

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

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

background-color css

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

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

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

border-color css

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

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

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