Html Css Color HEX #A9865C Teak

📋 copy color: '#A9865C'

red 169 ◦ green 134 ◦ blue 92

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

Shades of Teak #A9865C

Tints of Teak #A9865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.92%

 BLUE value IS 92 (36.33% from 255) = 23.29%

R = 42.78%
G = 33.92%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A9865C (or 0xA9865C) is known color: Teak. HEX triplet: A9, 86 and 5C. RGB value is (169,134,92). Sum of RGB (Red+Green+Blue) = 169+134+92=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 169 - color contains mainly: red. Hex color #A9865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9865C is #5679A3. Grayscale: #8B8B8B. Windows color (decimal): -5667236 or 6063785. OLE color: 6063785.

HSL color Cylindrical-coordinate representation of color #A9865C: hue angle of 32.73º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9865C is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 134 92 -
CMYK 0 0.21 0.46 0.34
HSL 32.73º 0.31% 0.51% -
HSV(B) 32.73º 0.46% 0.66% -
XYZ 26.82 26.26 13.78 -
YUV 139.68 101.1 148.92 -
System Red Green Blue C M Y K H S L
Decimal 169 134 92 0 0.21 0.46 0.34 32.73 0.31 0.51
Hex A9 86 5C 0 15 2E 22 21 1F 33
Octal 251 206 134 0 25 56 42 41 37 63
Binary 10101001 10000110 1011100 0 10101 101110 100010 100001 11111 110011

Color Harmonies of #A9865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9865C

Black with #A9865C

Text Example


Text Example

White with #A9865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9865C; }

 p { color: rgb(169,134,92); }

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

background-color css

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

 a { background-color: rgb(169,134,92); }

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

border-color css

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

 span { border-color: rgb(169,134,92); }

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