Html Css Color HEX #A88F5F Teak

📋 copy color: '#A88F5F'

red 168 ◦ green 143 ◦ blue 95

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

Shades of Teak #A88F5F

Tints of Teak #A88F5F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.22%

 BLUE value IS 95 (37.5% from 255) = 23.4%

R = 41.38%
G = 35.22%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A88F5F (or 0xA88F5F) is known color: Teak. HEX triplet: A8, 8F and 5F. RGB value is (168,143,95). Sum of RGB (Red+Green+Blue) = 168+143+95=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88F5F is #5770A0. Grayscale: #919191. Windows color (decimal): -5730465 or 6262696. OLE color: 6262696.

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

Color convert

RGB 168 143 95 -
CMYK 0 0.15 0.43 0.34
HSL 39.45º 0.3% 0.52% -
HSV(B) 39.45º 0.43% 0.66% -
XYZ 28.04 28.8 14.91 -
YUV 145 99.78 144.4 -
System Red Green Blue C M Y K H S L
Decimal 168 143 95 0 0.15 0.43 0.34 39.45 0.3 0.52
Hex A8 8F 5F 0 F 2B 22 27 1E 34
Octal 250 217 137 0 17 53 42 47 36 64
Binary 10101000 10001111 1011111 0 1111 101011 100010 100111 11110 110100

Color Harmonies of #A88F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88F5F

Black with #A88F5F

Text Example


Text Example

White with #A88F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88F5F; }

 p { color: rgb(168,143,95); }

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

background-color css

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

 a { background-color: rgb(168,143,95); }

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

border-color css

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

 span { border-color: rgb(168,143,95); }

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