Html Css Color HEX #A9875E Teak

📋 copy color: '#A9875E'

red 169 ◦ green 135 ◦ blue 94

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

Shades of Teak #A9875E

Tints of Teak #A9875E

RGB

 RED value IS 169 (66.41% from 255) = 42.46%

 GREEN value IS 135 (53.13% from 255) = 33.92%

 BLUE value IS 94 (37.11% from 255) = 23.62%

R = 42.46%
G = 33.92%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A9875E (or 0xA9875E) is known color: Teak. HEX triplet: A9, 87 and 5E. RGB value is (169,135,94). Sum of RGB (Red+Green+Blue) = 169+135+94=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A9875E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9875E is #5678A1. Grayscale: #8C8C8C. Windows color (decimal): -5666978 or 6195113. OLE color: 6195113.

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

Color convert

RGB 169 135 94 -
CMYK 0 0.20 0.44 0.34
HSL 32.8º 0.3% 0.52% -
HSV(B) 32.8º 0.44% 0.66% -
XYZ 27.05 26.57 14.29 -
YUV 140.49 101.76 148.33 -
System Red Green Blue C M Y K H S L
Decimal 169 135 94 0 0.20 0.44 0.34 32.8 0.3 0.52
Hex A9 87 5E 0 14 2C 22 21 1E 34
Octal 251 207 136 0 24 54 42 41 36 64
Binary 10101001 10000111 1011110 0 10100 101100 100010 100001 11110 110100

Color Harmonies of #A9875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9875E

Black with #A9875E

Text Example


Text Example

White with #A9875E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9875E; }

 p { color: rgb(169,135,94); }

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

background-color css

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

 a { background-color: rgb(169,135,94); }

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

border-color css

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

 span { border-color: rgb(169,135,94); }

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