Html Css Color HEX #A5855A Teak

📋 copy color: '#A5855A'

red 165 ◦ green 133 ◦ blue 90

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

Shades of Teak #A5855A

Tints of Teak #A5855A

RGB

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

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

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

R = 42.53%
G = 34.28%
B = 23.2%

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

#A5855A (or 0xA5855A) is known color: Teak. HEX triplet: A5, 85 and 5A. RGB value is (165,133,90). Sum of RGB (Red+Green+Blue) = 165+133+90=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A5855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5855A is #5A7AA5. Grayscale: #898989. Windows color (decimal): -5929638 or 5932453. OLE color: 5932453.

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

Color convert

RGB 165 133 90 -
CMYK 0 0.19 0.45 0.35
HSL 34.4º 0.29% 0.5% -
HSV(B) 34.4º 0.45% 0.65% -
XYZ 25.75 25.51 13.24 -
YUV 137.67 101.1 147.5 -
System Red Green Blue C M Y K H S L
Decimal 165 133 90 0 0.19 0.45 0.35 34.4 0.29 0.5
Hex A5 85 5A 0 13 2D 23 22 1D 32
Octal 245 205 132 0 23 55 43 42 35 62
Binary 10100101 10000101 1011010 0 10011 101101 100011 100010 11101 110010

Color Harmonies of #A5855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5855A

Black with #A5855A

Text Example


Text Example

White with #A5855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5855A; }

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

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

background-color css

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

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

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

border-color css

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

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

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