Html Css Color HEX #A28850 Teak

📋 copy color: '#A28850'

red 162 ◦ green 136 ◦ blue 80

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

Shades of Teak #A28850

Tints of Teak #A28850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.98%

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

R = 42.86%
G = 35.98%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A28850 (or 0xA28850) is known color: Teak. HEX triplet: A2, 88 and 50. RGB value is (162,136,80). Sum of RGB (Red+Green+Blue) = 162+136+80=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A28850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28850 is #5D77AF. Grayscale: #898989. Windows color (decimal): -6125488 or 5277858. OLE color: 5277858.

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

Color convert

RGB 162 136 80 -
CMYK 0 0.16 0.51 0.36
HSL 40.98º 0.34% 0.47% -
HSV(B) 40.98º 0.51% 0.64% -
XYZ 25.15 25.87 11.26 -
YUV 137.39 95.61 145.55 -
System Red Green Blue C M Y K H S L
Decimal 162 136 80 0 0.16 0.51 0.36 40.98 0.34 0.47
Hex A2 88 50 0 10 33 24 29 22 2F
Octal 242 210 120 0 20 63 44 51 42 57
Binary 10100010 10001000 1010000 0 10000 110011 100100 101001 100010 101111

Color Harmonies of #A28850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28850

Black with #A28850

Text Example


Text Example

White with #A28850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28850; }

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

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

background-color css

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

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

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

border-color css

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

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

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