Html Css Color HEX #A88951 Teak

📋 copy color: '#A88951'

red 168 ◦ green 137 ◦ blue 81

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

Shades of Teak #A88951

Tints of Teak #A88951

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.49%

 BLUE value IS 81 (32.03% from 255) = 20.98%

R = 43.52%
G = 35.49%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#A88951 (or 0xA88951) is known color: Teak. HEX triplet: A8, 89 and 51. RGB value is (168,137,81). Sum of RGB (Red+Green+Blue) = 168+137+81=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A88951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88951 is #5776AE. Grayscale: #8C8C8C. Windows color (decimal): -5732015 or 5343656. OLE color: 5343656.

HSL color Cylindrical-coordinate representation of color #A88951: hue angle of 38.62º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A88951 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 137 81 -
CMYK 0 0.18 0.52 0.34
HSL 38.62º 0.35% 0.49% -
HSV(B) 38.62º 0.52% 0.66% -
XYZ 26.58 26.81 11.56 -
YUV 139.89 94.77 148.05 -
System Red Green Blue C M Y K H S L
Decimal 168 137 81 0 0.18 0.52 0.34 38.62 0.35 0.49
Hex A8 89 51 0 12 34 22 27 23 31
Octal 250 211 121 0 22 64 42 47 43 61
Binary 10101000 10001001 1010001 0 10010 110100 100010 100111 100011 110001

Color Harmonies of #A88951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88951

Black with #A88951

Text Example


Text Example

White with #A88951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88951; }

 p { color: rgb(168,137,81); }

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

background-color css

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

 a { background-color: rgb(168,137,81); }

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

border-color css

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

 span { border-color: rgb(168,137,81); }

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