Html Css Color HEX #A5935B Teak

📋 copy color: '#A5935B'

red 165 ◦ green 147 ◦ blue 91

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

Shades of Teak #A5935B

Tints of Teak #A5935B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.48%

 BLUE value IS 91 (35.94% from 255) = 22.58%

R = 40.94%
G = 36.48%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5935B (or 0xA5935B) is known color: Teak. HEX triplet: A5, 93 and 5B. RGB value is (165,147,91). Sum of RGB (Red+Green+Blue) = 165+147+91=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A5935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5935B is #5A6CA4. Grayscale: #929292. Windows color (decimal): -5926053 or 6001573. OLE color: 6001573.

HSL color Cylindrical-coordinate representation of color #A5935B: hue angle of 45.41º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5935B is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 147 91 -
CMYK 0 0.11 0.45 0.35
HSL 45.41º 0.29% 0.5% -
HSV(B) 45.41º 0.45% 0.65% -
XYZ 27.84 29.62 14.15 -
YUV 146 96.96 141.55 -
System Red Green Blue C M Y K H S L
Decimal 165 147 91 0 0.11 0.45 0.35 45.41 0.29 0.5
Hex A5 93 5B 0 B 2D 23 2D 1D 32
Octal 245 223 133 0 13 55 43 55 35 62
Binary 10100101 10010011 1011011 0 1011 101101 100011 101101 11101 110010

Color Harmonies of #A5935B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5935B

Black with #A5935B

Text Example


Text Example

White with #A5935B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5935B; }

 p { color: rgb(165,147,91); }

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

background-color css

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

 a { background-color: rgb(165,147,91); }

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

border-color css

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

 span { border-color: rgb(165,147,91); }

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