Html Css Color HEX #A28B56 Teak

📋 copy color: '#A28B56'

red 162 ◦ green 139 ◦ blue 86

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

Shades of Teak #A28B56

Tints of Teak #A28B56

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.92%

 BLUE value IS 86 (33.98% from 255) = 22.22%

R = 41.86%
G = 35.92%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A28B56 (or 0xA28B56) is known color: Teak. HEX triplet: A2, 8B and 56. RGB value is (162,139,86). Sum of RGB (Red+Green+Blue) = 162+139+86=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28B56 is #5D74A9. Grayscale: #8C8C8C. Windows color (decimal): -6124714 or 5671842. OLE color: 5671842.

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

Color convert

RGB 162 139 86 -
CMYK 0 0.14 0.47 0.36
HSL 41.84º 0.31% 0.49% -
HSV(B) 41.84º 0.47% 0.64% -
XYZ 25.81 26.82 12.62 -
YUV 139.84 97.62 143.81 -
System Red Green Blue C M Y K H S L
Decimal 162 139 86 0 0.14 0.47 0.36 41.84 0.31 0.49
Hex A2 8B 56 0 E 2F 24 2A 1F 31
Octal 242 213 126 0 16 57 44 52 37 61
Binary 10100010 10001011 1010110 0 1110 101111 100100 101010 11111 110001

Color Harmonies of #A28B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28B56

Black with #A28B56

Text Example


Text Example

White with #A28B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28B56; }

 p { color: rgb(162,139,86); }

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

background-color css

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

 a { background-color: rgb(162,139,86); }

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

border-color css

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

 span { border-color: rgb(162,139,86); }

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