Html Css Color HEX #A5915A Teak

📋 copy color: '#A5915A'

red 165 ◦ green 145 ◦ blue 90

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

Shades of Teak #A5915A

Tints of Teak #A5915A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.25%

 BLUE value IS 90 (35.55% from 255) = 22.5%

R = 41.25%
G = 36.25%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5915A (or 0xA5915A) is known color: Teak. HEX triplet: A5, 91 and 5A. RGB value is (165,145,90). Sum of RGB (Red+Green+Blue) = 165+145+90=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A5915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5915A is #5A6EA5. Grayscale: #909090. Windows color (decimal): -5926566 or 5935525. OLE color: 5935525.

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

Color convert

RGB 165 145 90 -
CMYK 0 0.12 0.45 0.35
HSL 44º 0.29% 0.5% -
HSV(B) 44º 0.45% 0.65% -
XYZ 27.49 28.99 13.82 -
YUV 144.71 97.13 142.47 -
System Red Green Blue C M Y K H S L
Decimal 165 145 90 0 0.12 0.45 0.35 44 0.29 0.5
Hex A5 91 5A 0 C 2D 23 2C 1D 32
Octal 245 221 132 0 14 55 43 54 35 62
Binary 10100101 10010001 1011010 0 1100 101101 100011 101100 11101 110010

Color Harmonies of #A5915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5915A

Black with #A5915A

Text Example


Text Example

White with #A5915A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5915A; }

 p { color: rgb(165,145,90); }

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

background-color css

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

 a { background-color: rgb(165,145,90); }

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

border-color css

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

 span { border-color: rgb(165,145,90); }

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