Html Css Color HEX #A88C50 Teak

📋 copy color: '#A88C50'

red 168 ◦ green 140 ◦ blue 80

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

Shades of Teak #A88C50

Tints of Teak #A88C50

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.08%

 BLUE value IS 80 (31.64% from 255) = 20.62%

R = 43.3%
G = 36.08%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#A88C50 (or 0xA88C50) is known color: Teak. HEX triplet: A8, 8C and 50. RGB value is (168,140,80). Sum of RGB (Red+Green+Blue) = 168+140+80=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88C50 is #5773AF. Grayscale: #8D8D8D. Windows color (decimal): -5731248 or 5278888. OLE color: 5278888.

HSL color Cylindrical-coordinate representation of color #A88C50: hue angle of 40.91º 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 #A88C50 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 140 80 -
CMYK 0 0.17 0.52 0.34
HSL 40.91º 0.35% 0.49% -
HSV(B) 40.91º 0.52% 0.66% -
XYZ 26.97 27.66 11.51 -
YUV 141.53 93.28 146.88 -
System Red Green Blue C M Y K H S L
Decimal 168 140 80 0 0.17 0.52 0.34 40.91 0.35 0.49
Hex A8 8C 50 0 11 34 22 29 23 31
Octal 250 214 120 0 21 64 42 51 43 61
Binary 10101000 10001100 1010000 0 10001 110100 100010 101001 100011 110001

Color Harmonies of #A88C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88C50

Black with #A88C50

Text Example


Text Example

White with #A88C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88C50; }

 p { color: rgb(168,140,80); }

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

background-color css

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

 a { background-color: rgb(168,140,80); }

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

border-color css

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

 span { border-color: rgb(168,140,80); }

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