Html Css Color HEX #A5905E Teak

📋 copy color: '#A5905E'

red 165 ◦ green 144 ◦ blue 94

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

Shades of Teak #A5905E

Tints of Teak #A5905E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.33%

R = 40.94%
G = 35.73%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A5905E (or 0xA5905E) is known color: Teak. HEX triplet: A5, 90 and 5E. RGB value is (165,144,94). Sum of RGB (Red+Green+Blue) = 165+144+94=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A5905E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5905E is #5A6FA1. Grayscale: #909090. Windows color (decimal): -5926818 or 6197413. OLE color: 6197413.

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

Color convert

RGB 165 144 94 -
CMYK 0 0.13 0.43 0.35
HSL 42.25º 0.28% 0.51% -
HSV(B) 42.25º 0.43% 0.65% -
XYZ 27.51 28.75 14.69 -
YUV 144.58 99.46 142.57 -
System Red Green Blue C M Y K H S L
Decimal 165 144 94 0 0.13 0.43 0.35 42.25 0.28 0.51
Hex A5 90 5E 0 D 2B 23 2A 1C 33
Octal 245 220 136 0 15 53 43 52 34 63
Binary 10100101 10010000 1011110 0 1101 101011 100011 101010 11100 110011

Color Harmonies of #A5905E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5905E

Black with #A5905E

Text Example


Text Example

White with #A5905E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5905E; }

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

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

background-color css

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

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

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

border-color css

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

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

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