Html Css Color HEX #A5925D Teak

📋 copy color: '#A5925D'

red 165 ◦ green 146 ◦ blue 93

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

Shades of Teak #A5925D

Tints of Teak #A5925D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.02%

R = 40.84%
G = 36.14%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5925D (or 0xA5925D) is known color: Teak. HEX triplet: A5, 92 and 5D. RGB value is (165,146,93). Sum of RGB (Red+Green+Blue) = 165+146+93=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A5925D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5925D is #5A6DA2. Grayscale: #919191. Windows color (decimal): -5926307 or 6132389. OLE color: 6132389.

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

Color convert

RGB 165 146 93 -
CMYK 0 0.12 0.44 0.35
HSL 44.17º 0.29% 0.51% -
HSV(B) 44.17º 0.44% 0.65% -
XYZ 27.77 29.35 14.56 -
YUV 145.64 98.29 141.81 -
System Red Green Blue C M Y K H S L
Decimal 165 146 93 0 0.12 0.44 0.35 44.17 0.29 0.51
Hex A5 92 5D 0 C 2C 23 2C 1D 33
Octal 245 222 135 0 14 54 43 54 35 63
Binary 10100101 10010010 1011101 0 1100 101100 100011 101100 11101 110011

Color Harmonies of #A5925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5925D

Black with #A5925D

Text Example


Text Example

White with #A5925D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5925D; }

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

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

background-color css

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

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

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

border-color css

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

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

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