Html Css Color HEX #A5855B Teak

📋 copy color: '#A5855B'

red 165 ◦ green 133 ◦ blue 91

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

Shades of Teak #A5855B

Tints of Teak #A5855B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.19%

 BLUE value IS 91 (35.94% from 255) = 23.39%

R = 42.42%
G = 34.19%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5855B (or 0xA5855B) is known color: Teak. HEX triplet: A5, 85 and 5B. RGB value is (165,133,91). Sum of RGB (Red+Green+Blue) = 165+133+91=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A5855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5855B is #5A7AA4. Grayscale: #898989. Windows color (decimal): -5929637 or 5997989. OLE color: 5997989.

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

Color convert

RGB 165 133 91 -
CMYK 0 0.19 0.45 0.35
HSL 34.05º 0.29% 0.5% -
HSV(B) 34.05º 0.45% 0.65% -
XYZ 25.79 25.53 13.47 -
YUV 137.78 101.6 147.42 -
System Red Green Blue C M Y K H S L
Decimal 165 133 91 0 0.19 0.45 0.35 34.05 0.29 0.5
Hex A5 85 5B 0 13 2D 23 22 1D 32
Octal 245 205 133 0 23 55 43 42 35 62
Binary 10100101 10000101 1011011 0 10011 101101 100011 100010 11101 110010

Color Harmonies of #A5855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5855B

Black with #A5855B

Text Example


Text Example

White with #A5855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5855B; }

 p { color: rgb(165,133,91); }

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

background-color css

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

 a { background-color: rgb(165,133,91); }

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

border-color css

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

 span { border-color: rgb(165,133,91); }

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