Html Css Color HEX #A28F59 Teak

📋 copy color: '#A28F59'

red 162 ◦ green 143 ◦ blue 89

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

Shades of Teak #A28F59

Tints of Teak #A28F59

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.29%

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

R = 41.12%
G = 36.29%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A28F59 (or 0xA28F59) is known color: Teak. HEX triplet: A2, 8F and 59. RGB value is (162,143,89). Sum of RGB (Red+Green+Blue) = 162+143+89=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28F59 is #5D70A6. Grayscale: #8E8E8E. Windows color (decimal): -6123687 or 5869474. OLE color: 5869474.

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

Color convert

RGB 162 143 89 -
CMYK 0 0.12 0.45 0.36
HSL 44.38º 0.29% 0.49% -
HSV(B) 44.38º 0.45% 0.64% -
XYZ 26.53 28.05 13.47 -
YUV 142.53 97.79 141.89 -
System Red Green Blue C M Y K H S L
Decimal 162 143 89 0 0.12 0.45 0.36 44.38 0.29 0.49
Hex A2 8F 59 0 C 2D 24 2C 1D 31
Octal 242 217 131 0 14 55 44 54 35 61
Binary 10100010 10001111 1011001 0 1100 101101 100100 101100 11101 110001

Color Harmonies of #A28F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28F59

Black with #A28F59

Text Example


Text Example

White with #A28F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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