Html Css Color HEX #A28858 Teak

📋 copy color: '#A28858'

red 162 ◦ green 136 ◦ blue 88

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

Shades of Teak #A28858

Tints of Teak #A28858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.8%

R = 41.97%
G = 35.23%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A28858 (or 0xA28858) is known color: Teak. HEX triplet: A2, 88 and 58. RGB value is (162,136,88). Sum of RGB (Red+Green+Blue) = 162+136+88=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A28858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28858 is #5D77A7. Grayscale: #8A8A8A. Windows color (decimal): -6125480 or 5802146. OLE color: 5802146.

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

Color convert

RGB 162 136 88 -
CMYK 0 0.16 0.46 0.36
HSL 38.92º 0.3% 0.49% -
HSV(B) 38.92º 0.46% 0.64% -
XYZ 25.47 25.99 12.91 -
YUV 138.3 99.61 144.9 -
System Red Green Blue C M Y K H S L
Decimal 162 136 88 0 0.16 0.46 0.36 38.92 0.3 0.49
Hex A2 88 58 0 10 2E 24 27 1E 31
Octal 242 210 130 0 20 56 44 47 36 61
Binary 10100010 10001000 1011000 0 10000 101110 100100 100111 11110 110001

Color Harmonies of #A28858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28858

Black with #A28858

Text Example


Text Example

White with #A28858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28858; }

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

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

background-color css

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

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

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

border-color css

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

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

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