Html Css Color HEX #A59261 Teak

📋 copy color: '#A59261'

red 165 ◦ green 146 ◦ blue 97

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

Shades of Teak #A59261

Tints of Teak #A59261

RGB

 RED value IS 165 (64.84% from 255) = 40.44%

 GREEN value IS 146 (57.42% from 255) = 35.78%

 BLUE value IS 97 (38.28% from 255) = 23.77%

R = 40.44%
G = 35.78%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A59261 (or 0xA59261) is known color: Teak. HEX triplet: A5, 92 and 61. RGB value is (165,146,97). Sum of RGB (Red+Green+Blue) = 165+146+97=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A59261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59261 is #5A6D9E. Grayscale: #929292. Windows color (decimal): -5926303 or 6394533. OLE color: 6394533.

HSL color Cylindrical-coordinate representation of color #A59261: hue angle of 43.24º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A59261 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 146 97 -
CMYK 0 0.12 0.41 0.35
HSL 43.24º 0.27% 0.51% -
HSV(B) 43.24º 0.41% 0.65% -
XYZ 27.95 29.42 15.51 -
YUV 146.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 165 146 97 0 0.12 0.41 0.35 43.24 0.27 0.51
Hex A5 92 61 0 C 29 23 2B 1B 33
Octal 245 222 141 0 14 51 43 53 33 63
Binary 10100101 10010010 1100001 0 1100 101001 100011 101011 11011 110011

Color Harmonies of #A59261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59261

Black with #A59261

Text Example


Text Example

White with #A59261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59261; }

 p { color: rgb(165,146,97); }

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

background-color css

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

 a { background-color: rgb(165,146,97); }

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

border-color css

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

 span { border-color: rgb(165,146,97); }

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