Html Css Color HEX #A28C57 Teak

📋 copy color: '#A28C57'

red 162 ◦ green 140 ◦ blue 87

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

Shades of Teak #A28C57

Tints of Teak #A28C57

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.99%

 BLUE value IS 87 (34.38% from 255) = 22.37%

R = 41.65%
G = 35.99%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A28C57 (or 0xA28C57) is known color: Teak. HEX triplet: A2, 8C and 57. RGB value is (162,140,87). Sum of RGB (Red+Green+Blue) = 162+140+87=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C57 is #5D73A8. Grayscale: #8C8C8C. Windows color (decimal): -6124457 or 5737634. OLE color: 5737634.

HSL color Cylindrical-coordinate representation of color #A28C57: hue angle of 42.4º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A28C57 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 140 87 -
CMYK 0 0.14 0.46 0.36
HSL 42.4º 0.3% 0.49% -
HSV(B) 42.4º 0.46% 0.64% -
XYZ 26 27.13 12.88 -
YUV 140.54 97.79 143.31 -
System Red Green Blue C M Y K H S L
Decimal 162 140 87 0 0.14 0.46 0.36 42.4 0.3 0.49
Hex A2 8C 57 0 E 2E 24 2A 1E 31
Octal 242 214 127 0 16 56 44 52 36 61
Binary 10100010 10001100 1010111 0 1110 101110 100100 101010 11110 110001

Color Harmonies of #A28C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C57

Black with #A28C57

Text Example


Text Example

White with #A28C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C57; }

 p { color: rgb(162,140,87); }

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

background-color css

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

 a { background-color: rgb(162,140,87); }

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

border-color css

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

 span { border-color: rgb(162,140,87); }

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