Html Css Color HEX #A88C4B Teak

📋 copy color: '#A88C4B'

red 168 ◦ green 140 ◦ blue 75

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

Shades of Teak #A88C4B

Tints of Teak #A88C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.58%

R = 43.86%
G = 36.55%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A88C4B (or 0xA88C4B) is known color: Teak. HEX triplet: A8, 8C and 4B. RGB value is (168,140,75). Sum of RGB (Red+Green+Blue) = 168+140+75=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88C4B is #5773B4. Grayscale: #8D8D8D. Windows color (decimal): -5731253 or 4951208. OLE color: 4951208.

HSL color Cylindrical-coordinate representation of color #A88C4B: hue angle of 41.94º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A88C4B is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 140 75 -
CMYK 0 0.17 0.55 0.34
HSL 41.94º 0.38% 0.48% -
HSV(B) 41.94º 0.55% 0.66% -
XYZ 26.8 27.59 10.57 -
YUV 140.96 90.78 147.29 -
System Red Green Blue C M Y K H S L
Decimal 168 140 75 0 0.17 0.55 0.34 41.94 0.38 0.48
Hex A8 8C 4B 0 11 37 22 2A 26 30
Octal 250 214 113 0 21 67 42 52 46 60
Binary 10101000 10001100 1001011 0 10001 110111 100010 101010 100110 110000

Color Harmonies of #A88C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88C4B

Black with #A88C4B

Text Example


Text Example

White with #A88C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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