Html Css Color HEX #A28950 Teak

📋 copy color: '#A28950'

red 162 ◦ green 137 ◦ blue 80

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

Shades of Teak #A28950

Tints of Teak #A28950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.15%

 BLUE value IS 80 (31.64% from 255) = 21.11%

R = 42.74%
G = 36.15%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A28950 (or 0xA28950) is known color: Teak. HEX triplet: A2, 89 and 50. RGB value is (162,137,80). Sum of RGB (Red+Green+Blue) = 162+137+80=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A28950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28950 is #5D76AF. Grayscale: #8A8A8A. Windows color (decimal): -6125232 or 5278114. OLE color: 5278114.

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

Color convert

RGB 162 137 80 -
CMYK 0 0.15 0.51 0.36
HSL 41.71º 0.34% 0.47% -
HSV(B) 41.71º 0.51% 0.64% -
XYZ 25.29 26.15 11.3 -
YUV 137.98 95.28 145.13 -
System Red Green Blue C M Y K H S L
Decimal 162 137 80 0 0.15 0.51 0.36 41.71 0.34 0.47
Hex A2 89 50 0 F 33 24 2A 22 2F
Octal 242 211 120 0 17 63 44 52 42 57
Binary 10100010 10001001 1010000 0 1111 110011 100100 101010 100010 101111

Color Harmonies of #A28950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28950

Black with #A28950

Text Example


Text Example

White with #A28950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28950; }

 p { color: rgb(162,137,80); }

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

background-color css

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

 a { background-color: rgb(162,137,80); }

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

border-color css

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

 span { border-color: rgb(162,137,80); }

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