Html Css Color HEX #A5945C Teak

📋 copy color: '#A5945C'

red 165 ◦ green 148 ◦ blue 92

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

Shades of Teak #A5945C

Tints of Teak #A5945C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

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

R = 40.74%
G = 36.54%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5945C (or 0xA5945C) is known color: Teak. HEX triplet: A5, 94 and 5C. RGB value is (165,148,92). Sum of RGB (Red+Green+Blue) = 165+148+92=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A5945C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5945C is #5A6BA3. Grayscale: #929292. Windows color (decimal): -5925796 or 6067365. OLE color: 6067365.

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

Color convert

RGB 165 148 92 -
CMYK 0 0.10 0.44 0.35
HSL 46.03º 0.29% 0.5% -
HSV(B) 46.03º 0.44% 0.65% -
XYZ 28.04 29.95 14.43 -
YUV 146.7 97.13 141.05 -
System Red Green Blue C M Y K H S L
Decimal 165 148 92 0 0.10 0.44 0.35 46.03 0.29 0.5
Hex A5 94 5C 0 A 2C 23 2E 1D 32
Octal 245 224 134 0 12 54 43 56 35 62
Binary 10100101 10010100 1011100 0 1010 101100 100011 101110 11101 110010

Color Harmonies of #A5945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5945C

Black with #A5945C

Text Example


Text Example

White with #A5945C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5945C; }

 p { color: rgb(165,148,92); }

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

background-color css

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

 a { background-color: rgb(165,148,92); }

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

border-color css

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

 span { border-color: rgb(165,148,92); }

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