Html Css Color HEX #A28D59 Teak

📋 copy color: '#A28D59'

red 162 ◦ green 141 ◦ blue 89

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

Shades of Teak #A28D59

Tints of Teak #A28D59

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.97%

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

R = 41.33%
G = 35.97%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A28D59 (or 0xA28D59) is known color: Teak. HEX triplet: A2, 8D and 59. RGB value is (162,141,89). Sum of RGB (Red+Green+Blue) = 162+141+89=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28D59 is #5D72A6. Grayscale: #8D8D8D. Windows color (decimal): -6124199 or 5868962. OLE color: 5868962.

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

Color convert

RGB 162 141 89 -
CMYK 0 0.13 0.45 0.36
HSL 42.74º 0.29% 0.49% -
HSV(B) 42.74º 0.45% 0.64% -
XYZ 26.23 27.45 13.37 -
YUV 141.35 98.46 142.73 -
System Red Green Blue C M Y K H S L
Decimal 162 141 89 0 0.13 0.45 0.36 42.74 0.29 0.49
Hex A2 8D 59 0 D 2D 24 2B 1D 31
Octal 242 215 131 0 15 55 44 53 35 61
Binary 10100010 10001101 1011001 0 1101 101101 100100 101011 11101 110001

Color Harmonies of #A28D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28D59

Black with #A28D59

Text Example


Text Example

White with #A28D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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