Html Css Color HEX #A28F50 Teak

📋 copy color: '#A28F50'

red 162 ◦ green 143 ◦ blue 80

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

Shades of Teak #A28F50

Tints of Teak #A28F50

RGB

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

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

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

R = 42.08%
G = 37.14%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A28F50 (or 0xA28F50) is known color: Teak. HEX triplet: A2, 8F and 50. RGB value is (162,143,80). Sum of RGB (Red+Green+Blue) = 162+143+80=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28F50 is #5D70AF. Grayscale: #8D8D8D. Windows color (decimal): -6123696 or 5279650. OLE color: 5279650.

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

Color convert

RGB 162 143 80 -
CMYK 0 0.12 0.51 0.36
HSL 46.1º 0.34% 0.47% -
HSV(B) 46.1º 0.51% 0.64% -
XYZ 26.17 27.91 11.6 -
YUV 141.5 93.29 142.62 -
System Red Green Blue C M Y K H S L
Decimal 162 143 80 0 0.12 0.51 0.36 46.1 0.34 0.47
Hex A2 8F 50 0 C 33 24 2E 22 2F
Octal 242 217 120 0 14 63 44 56 42 57
Binary 10100010 10001111 1010000 0 1100 110011 100100 101110 100010 101111

Color Harmonies of #A28F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28F50

Black with #A28F50

Text Example


Text Example

White with #A28F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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