Html Css Color HEX #A28859 Teak

📋 copy color: '#A28859'

red 162 ◦ green 136 ◦ blue 89

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

Shades of Teak #A28859

Tints of Teak #A28859

RGB

 RED value IS 162 (63.67% from 255) = 41.86%

 GREEN value IS 136 (53.52% from 255) = 35.14%

 BLUE value IS 89 (35.16% from 255) = 23%

R = 41.86%
G = 35.14%
B = 23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A28859 (or 0xA28859) is known color: Teak. HEX triplet: A2, 88 and 59. RGB value is (162,136,89). Sum of RGB (Red+Green+Blue) = 162+136+89=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A28859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28859 is #5D77A6. Grayscale: #8A8A8A. Windows color (decimal): -6125479 or 5867682. OLE color: 5867682.

HSL color Cylindrical-coordinate representation of color #A28859: hue angle of 38.63º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A28859 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 136 89 -
CMYK 0 0.16 0.45 0.36
HSL 38.63º 0.29% 0.49% -
HSV(B) 38.63º 0.45% 0.64% -
XYZ 25.51 26.01 13.13 -
YUV 138.42 100.11 144.82 -
System Red Green Blue C M Y K H S L
Decimal 162 136 89 0 0.16 0.45 0.36 38.63 0.29 0.49
Hex A2 88 59 0 10 2D 24 27 1D 31
Octal 242 210 131 0 20 55 44 47 35 61
Binary 10100010 10001000 1011001 0 10000 101101 100100 100111 11101 110001

Color Harmonies of #A28859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28859

Black with #A28859

Text Example


Text Example

White with #A28859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28859; }

 p { color: rgb(162,136,89); }

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

background-color css

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

 a { background-color: rgb(162,136,89); }

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

border-color css

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

 span { border-color: rgb(162,136,89); }

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