Html Css Color HEX #A5905C Teak

📋 copy color: '#A5905C'

red 165 ◦ green 144 ◦ blue 92

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

Shades of Teak #A5905C

Tints of Teak #A5905C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.91%

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

R = 41.15%
G = 35.91%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5905C (or 0xA5905C) is known color: Teak. HEX triplet: A5, 90 and 5C. RGB value is (165,144,92). Sum of RGB (Red+Green+Blue) = 165+144+92=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A5905C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5905C is #5A6FA3. Grayscale: #909090. Windows color (decimal): -5926820 or 6066341. OLE color: 6066341.

HSL color Cylindrical-coordinate representation of color #A5905C: hue angle of 42.74º 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 #A5905C is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 144 92 -
CMYK 0 0.13 0.44 0.35
HSL 42.74º 0.29% 0.5% -
HSV(B) 42.74º 0.44% 0.65% -
XYZ 27.42 28.72 14.22 -
YUV 144.35 98.46 142.73 -
System Red Green Blue C M Y K H S L
Decimal 165 144 92 0 0.13 0.44 0.35 42.74 0.29 0.5
Hex A5 90 5C 0 D 2C 23 2B 1D 32
Octal 245 220 134 0 15 54 43 53 35 62
Binary 10100101 10010000 1011100 0 1101 101100 100011 101011 11101 110010

Color Harmonies of #A5905C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5905C

Black with #A5905C

Text Example


Text Example

White with #A5905C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5905C; }

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

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

background-color css

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

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

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

border-color css

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

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

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